Re: [pygtk] py2exe and pygtk issues

2008-05-19 Thread Fredrik Corneliusson
Hi, I use this small bat (rename buildDOTbat to build.bat) file to handle the copying of the necessary GTK files and do the py2exe build. It assumes GTK runtime is installed in "C:\GTK". BTW, why do you explicitly exclude the "gtk" and "gtk.glade" modules? I've updated the "setup.py" to look more

[pygtk] py2exe and pygtk issues

2008-05-04 Thread Chris Cole
Hey all, I'm trying to use py2exe under windows to get my pygtk application into a single executable. Here's my steps so far: 1. I've installed the latest and greatest gtk runtime, python 2.5, pycairo, pygobject, pygtk, py2exe via their respective windows installers 2. i've added a simple setup.p