Creating an executable file from a python program in windows 10

1

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?

    
asked by anonymous 04.08.2016 / 00:10

1 answer

-1
can be solved by installing Microsoft Visual C ++.

The error can be solved by installing Microsoft Visual C ++.     

08.08.2016 / 03:57