Re: Using PyGTK on Cygwin

2007-06-10 Thread Ignazio Di Napoli
Saro Engels wrote: This is a bit off topic on this list. I think the problem it's with Cygwin installation, that's why I used this list. Ignazio -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Using PyGTK on Cygwin

2007-06-10 Thread Ignazio Di Napoli
Ignazio Di Napoli wrote: [...] I found an old discussion (too old for my newsreader, not so for internet archives) talking about this problem. The problem seems to be with Python version switch from 2.4 to 2.5, or at least I think so: pygtk.py is in /lib/python2.4 instead of /lib/python2.5,

Re: Using PyGTK on Cygwin

2007-06-10 Thread Saro Engels
Ignazio Di Napoli schrieb: Hi everyone. I'm a very newbie with Python: import gtk Traceback (most recent call last): File "prova.py", line 1, in import gtk ImportError: No module named gtk This is a bit off topic on this list. It seems that Pygtk is not in the python path (probably

Using PyGTK on Cygwin

2007-06-10 Thread Ignazio Di Napoli
Hi everyone. I'm a very newbie with Python: while I was looking for a way to add a simple GUI to a bash script, I found PyGTK and it looked perfect for my aim. So, I checked that Python and PyGTK were installed and updated through Cygwin setup, and everything was fine. I wrote this simple "hell