Hey!
I got this neat little python app that wants to include pygtk module. IT cant find it. I got the rpm installed and there are files and shit that are there, but hwo do I tell python where to look for more modules?
Here is my output:
Code:[schotty@leinenkugel gDeskCal-0.22]$ ./gdeskcal Traceback (most recent call last): File "./gdeskcal", line 3, in ? import pygtk; pygtk.require("2.0") ImportError: No module named pygtk [schotty@leinenkugel gDeskCal-0.22]$
Bookmarks