[问题] 执行“.py档案”的问题

楼主: grubby (GB)   2016-09-30 12:57:30
最近在学Pyhton上,遇到执行.py档的问题,在爬文后已经能在
cmd上和在IDLE上用'F5'执行成功,但还是无法在交互式直译器和
IDLE上用指令“python file_name.py”执行成功。
档案位置路径"D:\Python"也加入sys.path中,但还是无法执
行成功,我试过二种不同的输入方式,一个没带路径,一个有带路径
,各别出现以下的错误讯息:
1)没带路径
>>> python test1.py
File "<stdin>", line 1
python test1.py
^
SyntaxError: invalid syntax
2)有带路径
>>> python D:\Python\test1.py
File "<stdin>", line 1
python D:\Python\test1.py
^
SyntaxError: invalid syntax
请问要如何解决?谢谢!
作者: AndyLee76 (AndyLee)   2016-09-30 13:38:00
python *.py是在终端机或命令提示字符用的不是在python里面打的
楼主: grubby (GB)   2016-09-30 13:52:00
原来如此,了解!感谢!
作者: Typebrook (Pham)   2016-09-30 16:14:00
顺带一提,想在python档案内使用cmd,可用os.system()

Links booklink

Contact Us: admin [ a t ] ucptt.com