You are here

Python

5 posts / 0 new
Last post
cassini
Offline
Last seen: 7 years 10 months ago
Joined: 2010-04-04 18:53
Python

I just started to use PortablePythonScripter, which is an interpreter.
Dummyquestion: why can't I find a Python compiler which is able to create standalone .exe files for Windows ?

Bahamut
Bahamut's picture
Offline
Last seen: 12 years 5 months ago
Joined: 2006-04-07 08:44
http://www.py2exe.org/

http://www.py2exe.org/ (Python 2)
http://cx-freeze.sourceforge.net/ (Python 3)

cx_freeze probably works with Python 3 scripts, but I'm pretty sure py2exe has no support for py3k at all.

Vintage!

cassini
Offline
Last seen: 7 years 10 months ago
Joined: 2010-04-04 18:53
Wow, that was fast !Thanks,

Wow, that was fast !
Thanks, I'll try them out.
Are these compilers themselves portable ?

Bahamut
Bahamut's picture
Offline
Last seen: 12 years 5 months ago
Joined: 2006-04-07 08:44
Possibly, but I doubt they're

Possibly, but I doubt they're specifically made to be.

Vintage!

tal
Offline
Last seen: 1 year 1 month ago
Developer
Joined: 2009-08-07 07:34
Also you can see this
Log in or register to post comments