Hello!
I have a few applications that are having some pygtk errors that I cannot figure out how to correct.
here is what error I get, the only change really is the script name/path.
Code:
Traceback (most recent call last):
File "/usr/bin/waiconfig", line 6, in ?
import pygtk ; pygtk.require('2.0')
ImportError: No module named pygtk
Any ideas?
The obvious thing is yes, I do have both pygtk and pygtk2 installed. But apparently python isnt seeing them.
Thanks much!