I am trying to convert a .py file to an exe. My file, hello.py, reads:
print \"Hello, World!\"
I am currently trying to use pyinstaller. Howeve
Supposing you have python 2.x on the path under python2 you can do
python 2.x
python2
python2 -m pyinstaller hello.py