Thread: pygtk errors
View Single Post
Old 02-20-2003, 08:33 AM   #1 (permalink)
schotty
RedHat's Manwhore
 
schotty's Avatar
 
Join Date: Feb 2003
Location: Milwaukee
Posts: 41
schotty is on a distinguished road
Send a message via ICQ to schotty Send a message via AIM to schotty Send a message via Yahoo to schotty
pygtk errors

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!
schotty is offline   Reply With Quote