Hi John, I did manage to install PyGTK on Cygwin and it has been working fine. I did need to use some tricks for everything to compile. I don't remember all of them now, but if you let me know where you're stuck, I might remember. Note also that Cygwin comes with an older version of Glib/Gtk/PyGTK etc., which may cause confusion to the PyGTK you compiled.
--Michiel. --- On Thu, 8/28/08, Patty Ackermann <[EMAIL PROTECTED]> wrote: > From: Patty Ackermann <[EMAIL PROTECTED]> > Subject: Re: [pygtk] pygtk and cygwin > To: "John Stowers" <[EMAIL PROTECTED]> > Cc: [email protected] > Date: Thursday, August 28, 2008, 8:17 PM > Hi John, > > Thanks for the help. I think the reason I am sticking to > Cygwin is the > support for gtkhtml and the ease of installing libsmi (my > application does > some MIB parsing). If you know of installing pygtk, that > would be great. > I think I installed it fine, but for some reason it is not > finding pygtk. > Any help would greatly be appreciated. > > -Patty > > On Thu, Aug 28, 2008 at 4:47 AM, John Stowers > <[EMAIL PROTECTED]>wrote: > > > On Wed, 2008-08-27 at 22:16 -0400, Patty Ackermann > wrote: > > > Hi, > > > > > > I am trying to get pygtk to install on windows. > Has anyone tried it? I > > > have Cygwin with all packages installed. > > > > You don't need to have cygwin installed. Gtk for > windows is native. > > > > Basically you need > > 0) Python > > http://www.python.org/download/releases/2.5/ > > 1) Gtk runtime > > http://gladewin32.sourceforge.net/ > > 2) PyCairo > > > http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/ > > 3) PyGobject > > > http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/ > > 4) PyGtk > > > http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/ > > > > There used to be a combined pygtk installer that > installed these all at > > once, but it seems to have not been updated in ages > > > > John > > > > > I did a little research and found that someone > posted an archive at > > > this location: > > > > > > http://www.mapr.ucl.ac.be/~gustin/win32_ports/beta/pygtk-1.99.10-win32-src.tar.gz<http://www.mapr.ucl.ac.be/%7Egustin/win32_ports/beta/pygtk-1.99.10-win32-src.tar.gz> > > > Unfortunately, the link seems to be down. > > > If anyone has installed pygtk with cygwin, please > let me know. > > > However, if you still got pygtk to work on > Windows, I would greatly > > > appreciate the help. > > > 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/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
