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

James Reynolds eire1130 at gmail.com
Thu May 19 22:21:18 CEST 2011


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 <mywrkid at yahoo.com> wrote:

> 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/c6cf3012/attachment-0001.html>


More information about the Tutor mailing list