ModuleNotFoundError导入模块在同一目录中

时间:2019-10-14 15:39:54

标签: python

我重组了程序,现在出现以下错误:

kubectl get deployment nginx-deployment -o yaml > deployment_backup.yaml

这发生在 scraper.py 中:

Traceback (most recent call last):
  File "scraper.py", line 20, in <module>
    from Scraper.Programm.format import Formatter
ModuleNotFoundError: No module named 'Scraper'

我的项目结构如下:

enter image description here

我在做什么错了?

0 个答案:

没有答案