Hello I have a slight problem with distutils.
Apparently I'm supposed to write my setup script which I have,
and then enter...
python setup.py build
in the command prompt but when I do that it just says.
'python' is not recognized as an internal or external command,
operable program or batch file.
The question is what should I write in the command prompt window?
Apparently I'm supposed to write my setup script which I have,
and then enter...
python setup.py build
in the command prompt but when I do that it just says.
'python' is not recognized as an internal or external command,
operable program or batch file.
The question is what should I write in the command prompt window?
Comment