How do I make an executable from Python 2.7.3 scripts? This seems to work only on 2.6.
Asked
Active
Viewed 3,599 times
0
-
possible duplicate of [How can I make an EXE file from a Python program?](http://stackoverflow.com/questions/49146/how-can-i-make-an-exe-file-from-a-python-program) – Wooble Aug 22 '12 at 12:00
-
it is not a duplicate since the question is for 2.7 and above. – 0x90 Aug 22 '12 at 18:28
2 Answers
2
Try cx_freeze. They support even Python 3.3.
Peter Mortensen
- 30,030
- 21
- 100
- 124
Ashwini Chaudhary
- 232,417
- 55
- 437
- 487
2
Nope, py2exe works fine with Python 2.7!!!
PS: If you are not familiar with cmd, you can use a GUI for py2exe.
Gui2exe also runs with cx_freeze, bbFreeze, py2app, etc.
Peter Mortensen
- 30,030
- 21
- 100
- 124
fecub
- 925
- 10
- 27