Re: Pygtk but no gtk?

2006-10-21 Thread Fulvio
*** Your mail has been scanned by InterScan MSS. *** On Saturday 21 October 2006 03:01, Jonathan Smith wrote: my pygtk provides /usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py, which contains the gtk module Great advice. I've tried : $ ls

Pygtk but no gtk?

2006-10-20 Thread chengiz
I am trying to build an app that requires pygtk so I installed the latter. The app does the following: import pygtk ... import gtk This crashes with ImportError: No module named gtk. I dont know where to get this gtk module from. I assumed pygtk would be it coz the app doesnt mention any

Re: Pygtk but no gtk?

2006-10-20 Thread Jonathan Smith
[EMAIL PROTECTED] wrote: I am trying to build an app that requires pygtk so I installed the latter. The app does the following: import pygtk ... import gtk This crashes with ImportError: No module named gtk. I dont know where to get this gtk module from. I assumed pygtk would

Re: Pygtk but no gtk?

2006-10-20 Thread chengiz
my pygtk provides /usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py, which contains the gtk module. You should ensure that you have that file, and if not, find out where to get it. I had the files stored in my local space and my PYTHONPATH was wrong. It seems PYTHONPATH should contain