Can't run deluge: no module named gi
Posted: Wed Jun 27, 2012 4:35 am
Code: Select all
% deluge
/usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
from gtk import _gtk
ImportError: No module named gi
[ERROR ] 16:35:14 ui:168 No module named gi
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.5-py2.7.egg/deluge/ui/ui.py", line 150, in __init__
ui = GtkUI(args)
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.5-py2.7.egg/deluge/ui/gtkui/gtkui.py", line 229, in __init__
self.menubar = MenuBar()
File "/usr/local/lib/python2.7/site-packages/deluge-1.3.5-py2.7.egg/deluge/ui/gtkui/menubar.py", line 75, in __init__
"menuitem_max_connections", "menuitem_upload_slots"):
ImportError: No module named gi
[ERROR ] 16:35:14 ui:169 There was an error whilst launching the request UI: gtk
[ERROR ] 16:35:14 ui:170 Look at the traceback above for more information.