Clément Stenac wrote: >Hello, > >Could you please check if you have a >/usr/lib/python2.3/site-packages/gtk-2.0 folder (which should not be >empty). >ls /usr/lib/python2.3/site-packages/gtk-2.0/ >atk.la gconf.so gnomevfs.so gtksourceview.la pango.la >atk.so gnome gobject.la gtksourceview.so pango.so >bonobo gnomeapplet.la gobject.so gtkspell.la planner.so >dsextras.py gnomeapplet.so gtk gtkspell.so totem >dsextras.pyc gnomecanvas.la gtkhtml2.la gtop.la wnck.la >dsextras.pyo gnomecanvas.so gtkhtml2.so gtop.so wnck.so >egg gnomeprint gtkmozembed.la nautilusburn.la >gconf.la gnomevfs.la gtkmozembed.so nautilusburn.so > > >
>Could you also just run "python" and execute > > >>import pygtk >>pygtk.require("2.0") >> python Python 2.3.5 (#2, Aug 30 2005, 15:50:26) [GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pygtk Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named pygtk >>> >>If this fails, there is a problem with your pygtk installation. You >>might try reinstalling python-gtk2 >> >> >> Reinstalling did not help