On Wed, 29 Oct 2008, [EMAIL PROTECTED] wrote: > Is anyone aware of a Python-To-Exe utility that's both PyGTK friendly and > pkg_resources friendly (packages that use disutils or a setup.py script)? I > have heard about py2exe and PyInstaller.
py2exe should work fine. Getting setup.py to work correctly is a pain occasionally though. --Patrick. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
