I am a Linux BackBox user but I need to generate an executable for a program written in Python. I installed Windows 10 Pro on VMWare with Python 2.7 and Python 3.4. I use IDE Pycharm and IDLE. I installed pyinstaller through pip, but when I try:
pyinstaller -F --clean script.py
I get the following error: "failed to create process" Any ideas? How to solve? Any other way to create an executable?