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/ _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor