I've got a problem here I don't know how to turn a Python script into an exe file. I tried using py2exe but the latest version they got is 2.6 and I need something that will work for version 34 (Which is the latest version of Python).
PLEASE HELP!
I've got a problem here I don't know how to turn a Python script into an exe file. I tried using py2exe but the latest version they got is 2.6 and I need something that will work for version 34 (Which is the latest version of Python).
PLEASE HELP!
use cx_freeze, as you can see from its site, cx_freeze is compatible with Python 3.
And I really like its documentation.