* Jakub Wilk <[email protected]>, 2011-09-17, 02:06:
In a minimal squeeze chroot:
| $ python -c 'import ethos'
| Traceback (most recent call last):
| File "<string>", line 1, in <module>
| ImportError: No module named ethos
Installing python-gobject (which adds
/usr/lib/python2.X/dist-packages/gtk-2.0 to sys.path) fixes this
problem.
However, python-gobject is still not enough:
$ python -c 'import ethos.ui'
Fatal Python error: Error initializing module "ethos.ui"
Aborted
(Yes, this crashes the Python interpreter, sigh...) Installing
python-gtk2 seems to fix the other problem.
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]