Re: Mysterious "Attribute Errors" when GUI Programming

2005-03-09 Thread Coral Snake
Again Thanks to everyone here. Both the GTK and the Tkinter example are running fine now. -- http://mail.python.org/mailman/listinfo/python-list

Re: Mysterious "Attribute Errors" when GUI Programming

2005-03-08 Thread Coral Snake
klappnase wrote: > "Coral Snake" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > > -- > > Tkinter: > > > > from Tkinter import * > > root = Tk() > > Thi

Mysterious "Attribute Errors" when GUI Programming

2005-03-07 Thread Coral Snake
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