> Is there a way to determine which version of PyGTK I'm using by writing > python codes? import pygtk pygtk.require('2.0') import gtk print gtk.gtk_version Frédéric