[pygtk] Assign pygtk version to python-version (was: get the
version of gtk / pygtk used)
A.T.Hofkamp
a.t.hofkamp at tue.nl
Mon Jun 16 21:02:52 WST 2008
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
More information about the pygtk
mailing list