> I would like to but have the following problem: I don't know which
> versions of pygtk my programs are using, nor how I can direct my
> programs to use a specific version of pygtk.
> 
> using
> 
> import pygtk
> pygtk.require('2.x')

It should be 2.0 since thats the platform version of PyGTK. Similar to
the platform version of GNOME.

You can only have one pygtk version installed per python version (unless
you're explicitly modifying PYTHONPATH).

-- 
Johan Dahlin <[EMAIL PROTECTED]>

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to