Again Thanks to everyone here. Both the GTK and the Tkinter example are
running fine now.
--
http://mail.python.org/mailman/listinfo/python-list
klappnase wrote:
> "Coral Snake" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
>
> > --
> > Tkinter:
> >
> > from Tkinter import *
> > root = Tk()
>
> Thi
I am having problems with programming even simple "Hello World"
programs from books and tutorials that use Python GUI libraries. Such
Programs cause python to throw "Attribute Errors" even when the
"attributes" being asked for by the errors exist in the source code.
This has happened to me in both