我对Atom中的python包有问题。
我试图为我的python项目创建两个名为domain和Infrastructure的软件包。域包有一个名为business的python模块,其中有一个Plane类。
当我尝试从domain package:from domain.business import Plane导入时,Atom给了我这个错误:
文件“ / Users / codrineugen / Desktop / Fundamental of 编程/项目/基础设施/repository.py”,第3行,在 from domain.business import Plane,Passengers ModuleNotFoundError:没有名为“域”的模块
我不知道该怎么办。如果有人知道什么,请告诉我。