On Wed, Feb 05, 2003 at 08:16:43PM -0500, Met @ Uber wrote: > reporting the error that GtkWindow is not defined. I have Gtk and PyGtk
Sounds like pygtk2 is getting loaded. What does python -c 'import gtk; print gtk.pygtk_version' print out? See the pygtk FAQ for info on porting to pygtk2: http://www.async.com.br/faq/pygtk/index.py?req=all Unless you specifically need it, there's not much reason to use the older pygtk .6 (why spend valuable time learning deprecated APIs?). However, I'd get the latest version from CVS and gtk+ 2.2.1, as there have been tons of bug fixes since the versions in RH 8. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
