【发布时间】:2020-06-30 00:49:23
【问题描述】:
文件夹目录为:
server/
|_entities.py
|_config.py
在我的 entity.py 文件中,我有以下内容:
from .config import config
但是当我调试的时候,会出现以下问题:
File "entities.py", line 14, in <module>
from .config import config
ValueError: Attempted relative import in non-package
【问题讨论】:
-
请将您的问题翻译成英文。否则pt.stackoverflow.com 可能是更好的选择。
标签: python python-3.x