[Tutor] A few Python Mysteries [Reset]
Alan Gauld
alan.gauld at btinternet.com
Thu Dec 22 18:58:33 CET 2011
On 22/12/11 16:37, Wayne Watson wrote:
> C:\Python27>python.exe \Lib\idlelib\idle.py. It issued a complaint that
> "no such file or directory exists". It however does.
It almost certainly doesn't. The \ in front of Lib says look in the root
directory of the C drive.
You probably need:
C:\Python27> python.exe Lib\idlelib\idle.py.
HTH
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
More information about the Tutor
mailing list