0x90
0x90

Reputation: 40982

How do I make a Windows exe from a Python 2.7.3 script?

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

Upvotes: 1

Views: 3616

Answers (2)

Ashwini Chaudhary
Ashwini Chaudhary

Reputation: 250921

Try cx_freeze. They support even Python 3.3.

Upvotes: 2

fecub
fecub

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.

Upvotes: 2

Related Questions