gpt4 book ai didi

Python - 导入错误 : No module named foo. 栏

转载 作者:行者123 更新时间:2023-12-01 05:55:42 25 4
gpt4 key购买 nike

>>> from foo.bar import app
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named foo.bar

我的目录结构:

In /foo:
__init__.py
bar.py

In /foo/tests:
__init__.py
testing.py

/foo/tests/testing.py 中,我需要从 /foo/bar.py 导入应用程序。如果运行testing.py 文件,我会收到ImportError

我已检查 sys.path 并包含 /foo/foo/tests 文件夹。

最佳答案

sys.path 应包含 foo 的父目录,而不是 foo 本身

关于Python - 导入错误 : No module named foo. 栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12698834/

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