gpt4 book ai didi

python - 没有这样的文件或目录错误

转载 作者:太空宇宙 更新时间:2023-11-03 12:16:38 25 4
gpt4 key购买 nike

这是我遇到的错误:

Traceback (most recent call last):
File "E:\stuff\module.py", line 91, in <module>
f = open('E:/stuff/log.txt')
IOError: [Errno 2] No such file or directory: 'E:/stuff/log.txt'

这是我的代码:

f = open('E:/stuff/log.txt')

E:/stuff/log.txt 文件存在。我可以在 Windows 资源管理器中导航并打开它,为什么我不能打开它?

编辑:

DIR 命令的输出:

C:\Documents and Settings\Administrator>dir e:\stuff
Volume in drive E has no label.
Volume Serial Number is 5660-4957

Directory of e:\stuff

23. 10. 2010 09:26 <DIR> .
23. 10. 2010 09:26 <DIR> ..
19. 10. 2010 20:07 385 index.py
23. 10. 2010 16:12 1 954 module.py
22. 10. 2010 19:16 8 335 backprop.py
19. 10. 2010 20:54 1 307 backprop-input.gif
19. 10. 2010 01:48 310 HelloWorld.kpf
23. 10. 2010 15:47 0 log.txt.txt
6 File(s) 12 291 bytes
2 Dir(s) 8 795 586 560 bytes free



C:\Documents and Settings\Administrator>dir e:\
Volume in drive E has no label.
Volume Serial Number is 5660-4957

Directory of e:\

16. 10. 2010 13:32 <DIR> development-tools
23. 10. 2010 09:26 <DIR> stuff
0 File(s) 0 bytes
2 Dir(s) 8 795 586 560 bytes free

我像这样从 cmd 运行 python 脚本:

python E:\stuff\module.py

最佳答案

首先,从上面来看,Windows 支持/就好了。

其次:好吧,如果您查看文件,您会发现它不是 log.txt,而是 log.txt.txt...您可能会在图形文件夹查看器中将其视为“log.txt”(相对于 CLI“dir"命令)只是因为它隐藏了已知的文件扩展名。

我建议你禁用它 - 查看文件夹选项,应该有一个选项“隐藏已知文件类型的扩展名”(或类似的)。

关于python - 没有这样的文件或目录错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4004299/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com