Qua, 2004-09-29 �s 12:05 +0200, Antoon Pardon escreveu: > On Tue, Sep 28, 2004 at 05:26:17PM +0200, Johan Dahlin wrote: > > I am pleased to announce version 2.3.97 of the Python bindings for GTK. > > > > This is the final release candidate before 2.4.0 and if nothing serious > > turns up I'll rename this tarball and upload it as 2.4.0. > > Please test this thoroughly and report any serious bugs so they can be > > resolved before the final release. > > Our special guest star for this release is Owen Taylor who did his first > > contribution to PyGTK since the last release. > > 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.
All pygtk 2.x versions are API compatible (if not, file a bug report), and the API version is always "2.0". Therefore you shouldn't need to select a specific pygtk version. You may need to check for a new enough pygtk, for new features or APIs; the pygtk version is the module attribute gtk.pygtk_version. pygtk.require() is meant to select between gtk-1.2 based pygtk (0.6.x) and pygtk 2.x. No finer grained selection is allowed. > > I'm running Debian Sarge with python 2.3.4 and python-gtk2 2.2.0 > So pygtk 2.2.0 is in /usr/lib and pygtk 2.3.97 is in /usr/local/lib Maybe you need to adjust PYTHONPATH... Regards. -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
