Re: [Tutor] Error in executing 'Python Filename.py'.

2011-05-19 Thread Neha P
Hey all, got the solution... Thanks for the help :) :) Just needed to fromĀ  C:\Python26>Python hello.py Its working fine... From: Neha P To: "tutor@python.org" Sent: Thursday, May 19, 2011 4:14 PM Subject: [Tutor] Error in executing 'Python

Re: [Tutor] Error in executing 'Python Filename.py'.

2011-05-19 Thread Noah Hall
On Thu, May 19, 2011 at 9:14 PM, Neha P wrote: > C:\>python hello.py > 'python' is not recognized as an internal or external command, > operable program or batch file. This happens because "python.exe" is not in the system path. > C:\>cd python26 > C:\Python26>python > Python 2.6.4 (r264:75708,

Re: [Tutor] Error in executing 'Python Filename.py'.

2011-05-19 Thread James Reynolds
You're in the python interpreter. Hit control C to go back to cmd and then you can do "python hello.py" On Thu, May 19, 2011 at 4:14 PM, Neha P wrote: > C:\>python hello.py > 'python' is not recognized as an internal or external command, > operable program or batch file. > > C:\>cd python26 > >

[Tutor] Error in executing 'Python Filename.py'.

2011-05-19 Thread Neha P
C:\>python hello.py 'python' is not recognized as an internal or external command, operable program or batch file. C:\>cd python26 C:\Python26>python Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more in