How can I bundle a PyGTK program in windows so my users don't need to install Python or the GTK+ libs?

2010-08-16 Thread Waspinator
installed python 2.6 with pygtk and a gtk bundle. Can someone please provide some simple and clear instructions on how I can do this? Thanks, Waspinator simple.py --- import gtk window = gtk.Window() window.set_title(PyGTK Test

cxfreeze on ubuntu 9.10

2010-03-24 Thread Waspinator
Hi, I'm trying to compile a python script on Ubuntu 9.10. It uses the gtk toolkit. I tried to run GUI2EXE for a cxfreeze gui, but even after installing wxPython in synaptic it still complains about not having it. I also tried to use cxfreeze by itself but the file it produces does not run. I