gpt4 book ai didi

Python 不会加载没有两个扩展名的文本文件 : FileNotFoundError: [Errno 2] No such file or directory

转载 作者:行者123 更新时间:2023-12-04 07:54:56 25 4
gpt4 key购买 nike

关闭。这个问题是not reproducible or was caused by typos .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

5 个月前关闭。




Improve this question




好的,所以我对 Python 很陌生。一直在做一个项目,但无论出于何种原因我得到了

"FileNotFoundError: [Errno 2] No such file or directory: 'yt.txt'"


除非在 Python 中我调用了两次扩展。我会尽量在下面更好地描述它。
def mp():
with open("yt.txt", "r") as my_file:
str = my_file.read()
print(str)
mp()
上面是代码。除非将脚本命名为 yt.txt.txt,否则脚本将无法运行我试过在这里和其他论坛搜索,但我似乎无法弄清楚。该文件与脚本位于同一目录中,它使用双扩展名而不是单扩展名。任何帮助,将不胜感激。如果您需要任何其他信息,请告诉我。

最佳答案

我认为您在 Windows ON 中有“显示已知文件扩展名”,因此您可以确认显而易见的 - 它实际上并未称为 yt.txt.txt?
[不要太骄傲承认像这样的愚蠢的东西以前绊倒过我!]

关于Python 不会加载没有两个扩展名的文本文件 : FileNotFoundError: [Errno 2] No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66754339/

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