Hello, Could you please check if you have a /usr/lib/python2.3/site-packages/gtk-2.0 folder (which should not be empty).
Could you also just run "python" and execute
> import pygtk
> pygtk.require("2.0")
If this fails, there is a problem with your pygtk installation. You
might try reinstalling python-gtk2
--
Zorglub
Clément Stenac

