Did you use the .msi binary installer to install Python?
How are you trying to open python.exe?
Normally you find the IDE called Idle.pyw somewhere in the Python folders (like C:\Python31\Lib\idlelib) and double click on it to get going. Doing any programming out of the Python shell directly is f****cking ugly!
Last edited by Ene Uran; Sep 27th, 2009 at 6:33 pm.
Use IDLE, Notepad++, ulipad, or editor/IDE of your choice.
Using Commandline is poorest idea. Anyway if you still wish to do that, Add Python path to your system path and type on console:
python
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.