I tried all the steps in this tutorial.
Yet I keep geting this ouput
'python' is not recognized as an internal or external command operable program or batch file.
when I run
python setup.py py2exe
in command prompt
What am I doing wrong?
I tried all the steps in this tutorial.
Yet I keep geting this ouput
'python' is not recognized as an internal or external command operable program or batch file.
when I run
python setup.py py2exe
in command prompt
What am I doing wrong?
python.exe
is missing in your path. Try to reinstall Python with admin rights or manually add C:\PythonXX\ to your path.
You can also just type out the full path to Python in the command prompt:
c:\pythonXX\python.exe setup.py py2exe