When tools such as cx_freeze tell you to use a command such as "python setup.py build", where is this command issued? I have tried both the python command line and the Windows command prompt, but neither one worked with inputting that phrase.
|
feedback
|
|
Here is what :
For Eg: C:\folder\setup.py On the command prompt :
Now, this will call python and pass the file | |||||
feedback
|
|
You issue such commands from the command prompt. You should make sure that you've changed into the directory containing | |||
|
feedback
|
|
It works from your shell or command prompt, but it assumes that you have followed the appropriate guide(s) for generating a | |||
|
feedback
|
python setup.py build" at the Windows command prompt? – Johnsyweb Nov 20 '11 at 5:57