1

I have installed python 32 package to the

C:\python32

I have also set the path:

PYTHONPATH | C:\Python32\Lib;C:\Python32\DLLs;C:\Python32\Lib\lib-tk;

but I still cannot run files typing "python file.py" using cmd. What else should i do?

Thank you for your answers

2 Answers 2

2

Add your Python's installation directory to PATH: http://docs.python.org/using/windows.html#finding-the-python-executable

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, i will try setting the PATH :)
1

From cmd, do path %path%;c:\python32 - this will append the python dir to the environment path.

Gui way here: http://www.computerhope.com/issues/ch000549.htm

Also, this for more info: http://en.wikipedia.org/wiki/PATH_(variable)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.