I need to make a script.py to be an executable file.
I researched around for a little bit and found that in order to do that on a 3.5 python script I had to install pyinstaller
and type a line like this into the command prompt:
pyinstaller --onefile guiFileOpener_1_1.pyw
But when I did this, I got this error message:
failed to create process
I am not sure what I am doing wrong here...