Reputation: 40982
How do I make an executable from Python 2.7.3 scripts? This seems to work only on 2.6.
Upvotes: 1
Views: 3616
Reputation: 250921
Try cx_freeze. They support even Python 3.3.
Upvotes: 2
Reputation: 944
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.