On Wed, 2003-02-05 at 20:44, David M. Cook wrote:
> 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
>
It says I'm running version (1, 99, 12). I currently have these RPM's
installed:
pygtk2-1.99.12-7
gtk2-2.0.6-8
pygtk2-devel-1.99.12-7
gtk+-devel-1.2.10-22
gtk2-devel-2.0.6-8
gtk+-1.2.10-22
pygtk2-libglade-1.99.12-7
Do I need to upgrade? I thought these were the latest releases? Either
way, I'm still not sure why GtkWindow is not defined?
Ideas? Thanks in advance,
~ Metnetsky
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/