Page 1 of 1

Problem with python dependencies

Posted: Sun Apr 20, 2008 10:04 pm
by yeahbunny
Hi, I'm trying to make deluge 0.5.8.9 work in my linux, but it seems, that pygtk does not load everything well. Here are some logs:

Code: Select all

$ deluge
/usr/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py:48: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  from gtk import _gtk
ImportError: could not import atk
Traceback (most recent call last):
  File "/usr/local/bin/deluge", line 43, in <module>
    import deluge
  File "/usr/local/lib/python2.5/site-packages/deluge/__init__.py", line 36, in <module>
    import gtk.glade
ImportError: cannot import name Widget from gtk
And I don't know what to do. Here's the list of my libraries:
ATK 1.20.0
python 2.5
pygtk 2.12.0
pygobject 2.13.2
pycairo 1.4.12
boost 1.35

I've compiled everything myself, and these libs (pygtk awk and pygtk glade) have been installed. What's wrong with this?