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 tri
vironment because I
have 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()
wind