新手求救python.....

2012-06-25 01:06:03 +08:00
 pjcom
ubuntu下的python问题,如下,不知到如何解决呢?
dell@ubuntu:~$ python text.py
python: can't open file 'text.py': [Errno 2] No such file or directory
dell@ubuntu:~$
4117 次点击
所在节点    Python
22 条回复
feiandxs
2012-06-25 01:09:19 +08:00
python ./text.py
你不带路径系统会去环境变量指定的目录去找,自然找不到。
fanzeyi
2012-06-25 01:12:25 +08:00
@feiandxs 貌似不是这个问题…… 我运行的时候从来没带过 ./

如果是单独执行一个 chmod +x 的需要 ./ 开头.. 比如 ./a.out 之类的

// 楼主这是没找到 text.py 这文件啊…… 确定在这个文件存在的目录么?或者文件名打错?
pjcom
2012-06-25 01:13:20 +08:00
@feiandxs 泪奔啊~~~太感谢你了,只怪自己太二逼了 哈哈
evlos
2012-06-25 01:15:19 +08:00
奇怪了,我不管在 ubuntu 还是 mac 都不需要 ./ 诶。。
pjcom
2012-06-25 01:17:00 +08:00
@fanzeyi 恩~~貌似 ./也不行呢 文件存在呀~难道.....
feiandxs
2012-06-25 01:18:52 +08:00
@evlos 如果在当前目录下文件本身是可执行,那么可以不带路径
直接在文件所在目录执行python xxx.py/ xxx.sh 都可以运行
如果文件没有加上可执行,那么必须指定路径。
feiandxs
2012-06-25 01:19:29 +08:00
@pjcom 给上执行权限试试
bcxx
2012-06-25 01:29:02 +08:00
先 ls -l 看看= =
eric_q
2012-06-25 01:41:54 +08:00
@bcxx +1,先把 ls -l 的结果贴一下...
这个明显就是文件不存在?
pjcom
2012-06-25 01:44:00 +08:00
@eric_q -rw-r--r-- 1 dell dell 8445 6月 25 2012 examples.desktop
drwxrwxr-x 2 dell dell 4096 6月 25 00:24 mystuff
drwxr-xr-x 2 dell dell 4096 6月 25 2012 公共的
drwxr-xr-x 2 dell dell 4096 6月 25 2012 模板
drwxr-xr-x 2 dell dell 4096 6月 25 2012 视频
drwxr-xr-x 2 dell dell 4096 6月 25 01:02 图片
drwxr-xr-x 2 dell dell 4096 6月 25 2012 文档
drwxr-xr-x 2 dell dell 4096 6月 25 2012 下载
drwxr-xr-x 2 dell dell 4096 6月 25 2012 音乐
drwxr-xr-x 2 dell dell 4096 6月 25 01:24 桌面
bcxx
2012-06-25 01:46:39 +08:00
@pjcom 所以就没有 text.py 这个文件咯= = 想想你存在哪里了?
eric_q
2012-06-25 01:46:50 +08:00
@pjcom
可见 text.py 并不存在于你的 ~ 目录下。自然无法执行了
crossd
2012-06-25 01:46:51 +08:00
@pjcom 根据你给的结果来看 根本没有text.py

你找找你的text.py 放在哪里了
pjcom
2012-06-25 01:51:53 +08:00
@crossd
@eric_q
感谢两位 确实地方放错了 ,,呵呵

dell@ubuntu:~$ python text.py
hello world!
hello again.
i like typing this.
this is fun.
yay!printing.
i'd much rather you 'not'.
i"said" do not touch this.
dell@ubuntu:~$
eric_q
2012-06-25 01:52:39 +08:00
LPTHW
kevinzhow
2012-06-25 01:56:18 +08:00
囧。我一开始就是怀疑放错地方了,最后还真是。。
bcxx
2012-06-25 01:56:55 +08:00
@kevinzhow 这不是写着么……
VeryCB
2012-06-25 02:35:49 +08:00
@eric_q 我就是看这本书开始学Python的,哈哈~
reus
2012-06-25 02:40:36 +08:00
python: can't open file 'text.py': [Errno 2] No such file or directory
楼主可以理解这行提示的意思么?
0bit
2012-06-25 07:04:23 +08:00
想起了我最近新来的小师妹,遇到问题从来不看错误提示,即使特简单的一句话也不看,直接回头叫我人肉调试,情何以堪啊

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/40446

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX