2006年09月27日 星期三 11:57
»¹ÓиöÎÊÌâÇë½Ì£º ÎÒµÄhello.py: ----------------------------- #! /usr/bin/python print ¡°hello puthon¡± ÊäÈë python hello.py ¿ÉÒÔÖ´ÐÐ µ« Ö±½ÓÊä hello.py Ôò±¨ : bad interpreter: No such file or directoryython ÎÒ¿´ÁË/usr/bin/pythonȷʵ´æÔÚ. ÔõôÉèÖòŶԣ¿ лл£¡ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20060927/94f55678/attachment-0001.htm
2006年09月27日 星期三 12:05
要赋予hello.py执行权限 $ chmod a+x hello.py $ ./hello.py On 9/27/06, 王明 <mingwang at iflytek.com> wrote: > > 还有个问题请教: > > 我的hello.py: > > ----------------------------- > > #! /usr/bin/python > > > > print "hello puthon" > > > > 输入 python hello.py 可以执行 > > 但 直接输 hello.py 则报 : bad interpreter: No such file or directoryython > > 我看了/usr/bin/python确实存在. > > 怎么设置才对? > > 谢谢! > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- ---------------------------------------- Lei zhenlin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20060927/ca707fb0/attachment.html
2006年09月27日 星期三 12:05
On 9/27/06, 王明 <mingwang在iflytek.com> wrote: > > > > > 还有个问题请教: > > 我的hello.py: > > ----------------------------- > > #! /usr/bin/python > > > > > print "hello puthon" > > > > 输入 python hello.py 可以执行 > > 但 直接输 hello.py 则报 : bad interpreter: No such file or directoryython > > 我看了/usr/bin/python确实存在. > > 怎么设置才对? > > 谢谢! 不知道你是如何输入的代码,会不会是使用了ftp?建议使用vim重新输入一遍再执行,感觉是换行符造成的。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2006年09月27日 星期三 12:44
用dos2unix转换一下文件格式 On 27/09/06, limodou <limodou at gmail.com> wrote: > On 9/27/06, 王明 <mingwang at iflytek.com> wrote: > > > > > > > > > > 还有个问题请教: > > > > 我的hello.py: > > > > ----------------------------- > > > > #! /usr/bin/python > > > > > > > > > > print "hello puthon" > > > > > > > > 输入 python hello.py 可以执行 > > > > 但 直接输 hello.py 则报 : bad interpreter: No such file or directoryython > > > > 我看了/usr/bin/python确实存在. > > > > 怎么设置才对? > > > > 谢谢! > > 不知道你是如何输入的代码,会不会是使用了ftp?建议使用vim重新输入一遍再执行,感觉是换行符造成的。 > > -- > I like python! > UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad > My Blog: http://www.donews.net/limodou > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号