2

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

Baltimark
  • 9,052
  • 12
  • 37
  • 35

4 Answers4

1

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.

Kyle Burton
  • 26,788
  • 9
  • 50
  • 60
1

For Windows, there's the py2exe project.

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

S.Lott
  • 384,516
  • 81
  • 508
  • 779
1

See these questions

Community
  • 1
  • 1
Florian Bösch
  • 27,420
  • 11
  • 48
  • 53
0

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