Dear Patty, Please reply to the list instead of to my email address only. That way, this discussion will end up in the archives, and can be useful to others trying to use pygtk on Cygwin. Also, please be more specific; I still don't know how you are trying to import pygtk. It's best to simply copy and paste your commands and the output so we know exactly what's going on.
To get back to your question, you could check if all the files are in the location where Python expects them. For comparison, these are my installed pygtk files on Cygwin: $ ls -R -1 /usr/lib/python2.5/site-packages/gtk-2.0/ /usr/lib/python2.5/site-packages/gtk-2.0/: atk.a atk.dll* atk.dll.a* atk.la* dsextras.py dsextras.pyc dsextras.pyo gobject/ gtk/ gtkunixprint.a gtkunixprint.dll* gtkunixprint.dll.a* gtkunixprint.la* pango.a pango.dll* pango.dll.a* pango.la* pangocairo.a pangocairo.dll* pangocairo.dll.a* pangocairo.la* /usr/lib/python2.5/site-packages/gtk-2.0/gobject: __init__.py __init__.pyc __init__.pyo _gobject.a _gobject.dll* _gobject.dll.a* _gobject.la* constants.py constants.pyc constants.pyo option.py option.pyc option.pyo propertyhelper.py propertyhelper.pyc propertyhelper.pyo /usr/lib/python2.5/site-packages/gtk-2.0/gtk: __init__.py __init__.pyc __init__.pyo _gtk.a _gtk.dll* _gtk.dll.a* _gtk.la* _lazyutils.py _lazyutils.pyc _lazyutils.pyo compat.py compat.pyc compat.pyo deprecation.py deprecation.pyc deprecation.pyo keysyms.py keysyms.pyc keysyms.pyo Is anything missing on your system? --Michiel. --- On Sat, 9/6/08, Patty Ackermann <[EMAIL PROTECTED]> wrote: > From: Patty Ackermann <[EMAIL PROTECTED]> > Subject: Re: [pygtk] installing pygtk on cygwin > To: [EMAIL PROTECTED] > Date: Saturday, September 6, 2008, 3:13 PM > thanks for replying. > > well i found out that i can import pygtk fine > (/usr/lib/python2.5/site-pacakges/... in my sys.path). > however, i am > having a hard time importing gtk. it specifically states > that "no > module found: gtk". > > thanks in advance. > > -patty > > On Fri, Sep 5, 2008 at 8:54 PM, Michiel de Hoon > <[EMAIL PROTECTED]> wrote: > > I have PyGTK installed on Cygwin and it is working > fine. > > Can you let us know exactly where you stuck? You > should post exactly what you do when you get the error > message so we can replicate it. Otherwise, it will be > difficult to help you. > > > > --Michiel. > > > > --- On Fri, 9/5/08, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > >> From: [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > >> Subject: [pygtk] installing pygtk on cygwin > >> To: [email protected] > >> Date: Friday, September 5, 2008, 3:44 PM > >> hi, > >> > >> sorry to rehash this issue but i am still getting > "no > >> module found: pygtk" > >> with cygwin (installed with everything). if anyone > has got > >> pygtk to work on > >> cygwin, i would greatly appreciate any advice. it > might > >> have something to > >> do with the PATH variable, but i thought i set it > >> correctly. i know there > >> are other ways to get pygtk installed without > cygwin, but i > >> use cygwin > >> specifically for my code. > >> > >> thanks in advance, > >> patty > >> _______________________________________________ > >> pygtk mailing list [email protected] > >> http://www.daa.com.au/mailman/listinfo/pygtk > >> Read the PyGTK FAQ: > http://www.async.com.br/faq/pygtk/ > > > > > > > > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
