2

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...

Mestica
  • 1,489
  • 4
  • 23
  • 33
user665997
  • 313
  • 1
  • 4
  • 18
  • Possible duplicate of [Installing pyinstaller via pip leads to "failed to create process"](http://stackoverflow.com/questions/31808180/installing-pyinstaller-via-pip-leads-to-failed-to-create-process) – dot.Py Jul 31 '16 at 23:32
  • Yeah I dont think this link is the same problem I am not dealing with anaconda I have a windows machine.. – user665997 Jul 31 '16 at 23:36
  • 1
    @gokublack it doesn't look like the same question, but the solution does sound like it might be the same for you. – Sandy Chapman Aug 01 '16 at 01:35

0 Answers0