1

How do I make an executable from Python 2.7.3 scripts? This seems to work only on 2.6.

Emil Vikström
  • 90,431
  • 16
  • 141
  • 175
0x90
  • 39,472
  • 36
  • 165
  • 245
  • 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 Answers2

2

Try cx_freeze. They support even Python 3.3.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ashwini Chaudhary
  • 244,495
  • 58
  • 464
  • 504
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,738
  • 21
  • 105
  • 131
fecub
  • 945
  • 10
  • 27