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

Neha P mywrkid at yahoo.com
Thu May 19 22:40:27 CEST 2011


Hey all, got the solution...
Thanks for the help :) :)
Just needed to from 
C:\Python26>Python hello.py
Its working fine...


________________________________
From: Neha P <mywrkid at yahoo.com>
To: "tutor at python.org" <tutor at python.org>
Sent: Thursday, May 19, 2011 4:14 PM
Subject: [Tutor] Error in executing 'Python Filename.py'.


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 information.
>>> python hello.py
  File "<stdin>", line 1
    python hello.py
               ^
SyntaxError: invalid syntax
>>> python
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'python' is not defined
>>>

Above is the snapshot of the error.
M running Windows 7 Home Premium, OS: NT
Have  ;C:\Python26 added to the PATH variable , still unable to execute any file :( same error.

Please help!! Thanks in advance..



_______________________________________________
Tutor maillist  -  Tutor at python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110519/9c4027cb/attachment.html>


More information about the Tutor mailing list