EVE:ModuleNotFoundError: No module named 'config'
官方教程:https://docs.python-eve.org/en/stable/quickstart.html#database-interlude
根据官网教程运行eve时【python run.py】,出现了
ModuleNotFoundError: No module named config
的错误。
只需要将run.py改为
from eve import Eve
app Eve(…
2026/7/28 15:18:28