I have gnome-python and pygtk all installed and working, gDesklets works which uses it I'm pretty sure and if I run python from the CLI and type this code in it doesn't error -
Code:
>>> import pygtk
>>> pygtk.require("2.0")
>>> import gtk
But when I try to start gnome-bluetooth-manager that I just compiled I get this
Code:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/gnomebt/manager.py", line 28, in ?
import gtk
ImportError: No module named gtk
I've checked the .py file and it all seems to be right and I'm lost
Any tips would be great!
Thanks