Forums - Open Redstone Engineers

Full Version: Question about Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Just use python 2.7 then Tongue There are few differences, just fix any syntaxerrors you find
I got cx_freeze to work. It's similar to py2exe but updated Big Grin
Why you need it to become an exe D:?
Because people without Python installed can't run .py files.
make an installer Tongue
Silly xeo. Tongue
Himehowareu made an exe with python with out and thing but jython portable java and CMD.