Question

I want to build an executable to distribute to people without python installed on their machines.

Is there an add-on to Eclipse that allows this? I couldn't find one.

If not, do you have a builder that you recommend that would make it easy to go to my python project directory created in Eclipse, and bundle it all up?

Thanks, Mark

Was it helpful?

Solution

OTHER TIPS

It's not eclipse, but ActiveState's ActivePython FAQ mentions the freeze utility, which sounds like it might be close to what you're asking for.

For Windows, there's the py2exe project.

There's bbfreeze, and PyInstaller, and py2app, also.

There is also PyInstaller: http://www.pyinstaller.org/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top