On Wed, 30 Mar 2005 09:37:16 +1000, vector <[EMAIL PROTECTED]> wrote:
> Hi
> How do you find the version number of a module.
> import pygtk
> pygtk.require('2.0') will test but I want to know what it actually is?Maybe you want to use: >>> import gobject >>> gobject.pygtk_version (2, 6, 1) cheers -- gmt _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
