Are there any alternatives to py2exe?
|
feedback
|
|
| |||||
|
feedback
|
|
pyInstaller is cross-platform and very powerful, with many third-party packages (matplotlib, numpy, PyQT4, ...) specially supported "out of the box", support for eggs, code-signing on Windows (and a couple other Windows-only goodies, optional binary packing... the works!-) The one big issue: the last "released" version, 1.3, is ages-old -- you absolutely must install the SVN trunk version, | |||||||
feedback
|
|
| |||
|
feedback
|
|
bbfreeze claims to works on Windows and UNIX, but not on OS X. It doesn't seem to be actively developed anymore, though. | |||||||||
feedback
|
|
Jump generates executable Jar files which can be used on any platform that have a Java runtime installed. | |||||
feedback
|