awalter1 wrote:
The question is now : how to assign a particular gtk+ or pygtk libraries ? For the time being, depending to the version of python used, the version of pygtk if not the same.
You cannot assign versions, since each version has its own structure and expectations. (in the same way that you cannot always use a newer version of a library without re-compiling the application)
Instead, if you want to have pygtk X that uses gtk Y with Python Z, then install pygtk X using Python Z, and tell it to use gtk Y.
Sincerely, Albert _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
