gpt4 book ai didi

python - 如何让 Pycharm 找到我想要在代码中使用的文件?

转载 作者:行者123 更新时间:2023-11-30 22:53:31 24 4
gpt4 key购买 nike

如何让 Pycharm 找到我要打开的 .txt 文件?

我正在尝试使用一段简单的代码打开一个文件

file_name = "coding_dna.txt"
my_file = open(file_name)
my_file_contents = my_file.read()

打印(我的文件内容)

但我不断收到以下错误

Traceback (most recent call last):
File "/Users/NicolasSaenz/Bioinformatics/Pybio.py", line 236, in <module>
my_file = open(file_name)
FileNotFoundError: [Errno 2] No such file or directory: 'coding_dna.txt'

我尝试将 init.py 文件添加到包含该文件的文件夹中,并通过解释器将父文件夹更改为源根文件夹。

folder and subfolders containing file

我确信我可能只是搞砸了一些简单的事情,但我不知道如何让它工作。我将不胜感激任何帮助。

最佳答案

可以在运行配置中设置程序的工作目录。

只需转到运行 - 编辑配置 - 您的脚本配置并更新“工作目录”字段。请参阅下面的屏幕截图。

enter image description here

关于python - 如何让 Pycharm 找到我想要在代码中使用的文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38156102/

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