Forums - Open Redstone Engineers
Question about Python - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: Question about Python (/thread-334.html)



Question about Python - Dornier - 06-06-2013

I have now written my first program in Python Big Grin
It's in the form of a single .py file. How do I turn it into a .exe?

I've read about py2exe, but that doesn't work on Python 3, does it?


RE: Question about Python - Xeomorpher - 06-06-2013

Just use python 2.7 then Tongue There are few differences, just fix any syntaxerrors you find


RE: Question about Python - Dornier - 07-24-2013

I got cx_freeze to work. It's similar to py2exe but updated Big Grin


RE: Question about Python - VirtualPineapple - 07-25-2013

Why you need it to become an exe D:?


RE: Question about Python - Dornier - 07-25-2013

Because people without Python installed can't run .py files.


RE: Question about Python - Xeomorpher - 07-26-2013

make an installer Tongue


RE: Question about Python - Dornier - 07-27-2013

Silly xeo. Tongue


RE: Question about Python - Chibill - 07-29-2013

Himehowareu made an exe with python with out and thing but jython portable java and CMD.