>Yowza; that's some bug.  Danny, do you happen to know the bug number?  I
>can't find it on sourceforge.

It's been like that since 2.3 as far as I know. It generates a
connection to localhost to run code in a separate environment.



On Thu, 02 Dec 2004 07:20:19 -0700, Mike Hansen <[EMAIL PROTECTED]> wrote:
> I'm pretty sure that there isn't any firewall software running on the
> workstation.
> 
> I do get a blank window when I run the commands below, so Tkinter seems
> to be working.
> 
> This is strange since IDLE in Python 2.3.4 was working fine.
> 
> Thanks for the help. I welcome any other ideas.
> 
> Mike
> 
> 
> 
> Danny Yoo wrote:
> 
> >
> >
> >>Also, If you can start up the console version of Python, try executing the
> >>following:
> >>
> >>###
> >>
> >>
> >>>>>import Tkinter
> >>>>>root = Tkinter.root()
> >>>>>
> >>>>>
> >>###
> >>
> >>
> >
> >Doh.  Sorry, I should have tested that.  The commands should actually be:
> >
> >###
> >
> >
> >>>>import Tkinter
> >>>>root = Tkinter.Tk()
> >>>>
> >>>>
> >###
> >
> >You should see a small, blank window pop up if Tkinter is working
> >properly.
> >
> >
> >
> >
> _______________________________________________
> Tutor maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/tutor
> 


-- 
'There is only one basic human right, and that is to do as you damn well please.
And with it comes the only basic human duty, to take the consequences.
_______________________________________________
Tutor maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to