vote up 6 vote down star
1

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.

flag

36% accept rate

4 Answers

vote up 7 vote down

py2exe is probably what you want, but it only works on Windows. PyInstaller works on Windows and Linux. Py2app works on the Mac.

link|flag
vote up 2 vote down

See: An executable Python app

link|flag
vote up 1 vote down

py2exe

link|flag
vote up 1 vote down

See a short list of python packaging tools on FreeHackers.org.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.