On Wed, Feb 05, 2003 at 09:39:13PM -0500, Met @ Uber wrote: > Do I need to upgrade? I thought these were the latest releases? Either > way, I'm still not sure why GtkWindow is not defined?
As Dave said, read the FAQ :-) The "Gtk" prefix was removed from the widget name. You should now use gtk.Window instead. Just so you know, you're using PyGTK-1.99 which I call PyGTK-2. The original PyGTK-0 used the Gtk prefixes, which is why you're confused. Redhat's version is okay, but if you have the guts to try CVS HEAD, you'll be better off, since lots of bugs have been fixed. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
