I've used several modules to make .exe's for python which options/library is best? It has been some tome since i've done this and I'm curious if there are any new options etc.
|
1
|
|
|
|
|
|
py2exe is probably what you want, but it only works on Windows. PyInstaller works on Windows and Linux. Py2app works on the Mac. |
||
|
|
|
|
|
||
|
|
|
|
|
||
|
|
|
|
See a short list of python packaging tools on FreeHackers.org. |
||
|
|
