It's been a while since my last adventures on PyGTK on Windows land. A week before GUADEC I actually managed to spend some time on getting pycairo and pygobject working for VisualStudio.
The pycairo stuff is ready for upstream, check FDO#22940. The pygobject stuff on the other hand needs some love to be suitable for upstream, however I have a git branch if people want to try out.
As for pygtk... that beast is hairier than I thought! It's going to take me a while before I can get it throught though. If anyone has some knowledge on python distutils and pygtk bindings, any help would be appreciated!

If I manage to get this through, I'll be very very close to a proper PyGTK installer! :-)
A support for PyGTK 2.14 in Windows would really be appreciated! Thanks for this update.
Posted by: Bertrand Kintanar | 07/25/2009 at 02:11 AM
Alberto, Welcome back to the world of PyGtk! Your timing is impeccable
I have spent the last week fixing pygobject and pygtk to work on windows again. I finally succeeded in making correct installers last night.
It was quite a bit of work, especially pygobject. Please see the master-windows branches of
http://github.com/nzjrs/pygobject/tree
http://github.com/nzjrs/pygtk/tree/
The relevant bugs are
http://bugzilla.gnome.org/show_bug.cgi?id=562790
http://bugzilla.gnome.org/show_bug.cgi?id=589671
Posted by: John Stowers | 07/25/2009 at 04:57 AM
I just saw your git branch. I ended up fixing a whole bunch of things in much the same way as you.
It is a shame that you didn't announce your work 3 weeks ago on the mailing list or the appropriate bugs. It would have saved me some work.
Oh well. Such is FOSS I guess.
Posted by: John Stowers | 07/25/2009 at 05:38 AM
Hi Alberto,
On the subject of windows installers: I have been fixing Wine to run the windows installer toolkit (WiX) on it. The latest wine version (1.1.26) should allow you to create msi packages with WiX from Linux without any native dll's.
You can either use MS dotnet or Mono for windows to run the WiX tools (there are still some quirks with mono).
Posted by: Hib Eris | 07/25/2009 at 09:10 AM
@John:
I don't mind really, I've learned a lot in the process :-) Let's see how far can we get.
@Hib:
Great stuff!!!!! Now the interesting part would be porting the wine stuff to Linux ;-) But what you did is an important step indeed.
Posted by: Alberto Ruiz | 07/25/2009 at 02:58 PM
Please post a PyGTK all in one installer and make it official for Pygtk.
PLEASE. Make it work in Vista/7.
Thank you. I will follow your blog.
Posted by: Marc | 07/25/2009 at 09:34 PM
I've been working on windows support for meld, and got it somewhat working.
If you have new versions of pygtk for windows I can try to test them, please post a comment on:
http://bugzilla.gnome.org/show_bug.cgi?id=578985
Posted by: VinceLe | 07/27/2009 at 10:39 AM
Your links from the 2006 all-in-one installer are broken. That's too bad...
Posted by: Leonardo Fontenelle | 11/21/2009 at 02:30 AM
Yes... eagerly awaiting the day there is a current installer for pygtk, pygobject and pycairo :)
(+ Pygtk fixed so that gedit python plugins work in winwos)
Posted by: Stu | 12/03/2009 at 02:48 AM