Bertrand Son Kintanar schreef:
Hi guys... is there a way to create an windows executable out of a wx
program?
There is also pyinstaller:
http://pyinstaller.python-hosting.com/
It claims to make executables not only for Windows (as does py2exe) but
also for linux and irix. I've never used it, but heard positive feedback
about it.
Good luck,
Stani
Stani's Python Editor wrote:
There is also pyinstaller:
http://pyinstaller.python-hosting.com/
It claims to make executables not only for Windows (as does py2exe) but
also for linux and irix. I've never used it, but heard positive feedback
about it.
A bit of positive feedback for the Windows version: I moved over from py2exe to take advantage of the dramatically smaller exe files produced (I'm using the single file packaging). I've found it robust and easy to work with, once I got past the learning curve (it's definitely different in concept than py2exe).
One small downside of PyI's single file packaging: when executing it, a small driver program uncompresses the "payload" executable, unpacks the included files into a temp folder, and fires it off as a subprocess; this takes a second or two before you see the first window. For my purposes, it's not an issue.
ยทยทยท
--
Don Dwiggins
Advanced Publishing Technology