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 > 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/
