Bug#224447: gdesklets: fails to start (import gnome.ui error)

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 224447@bugs.debian.org
Sat, 17 Jan 2004 18:16:58 +0100


> gdesklets exited on startup with a gnome.ui error. This seems to be a
> pygtk compatability problem (to do with pygtk's versioning?).
> Commenting out pygtk.require("2.0") at line 47 of of
> /usr/share/gdesklets/main/__init__.py seems to get gdesklets to start
> up.

Could you provide more details on that ? What's the error ?

What's the result of these command in a console :

$ python
import pygtk
pygtk.require('2.0')
import gtk
import gnome
print gnome.__file__
import gnome.ui

(all the commands are to run in the python shell).


Thanks,
 
Sebastien Bacher