我试图理解python背后的导入机制,但是这段代码会出错。import_test ..__init__.py -lib ..multiply.py'py operation.py'(for now windows,for the next phase i will try on raspbian RPi)
我得到模块没有找到错误!在网上论坛上尝试了很多方法,但仍然
Function storeHAP(list of arguments, ByRef db As DAO.Database) As Long On Error GoTo foundErrorstoreHAP = lookupHAP(list of arguments..., db)foundError:
MsgBox "Error in storeHAP
当我试图运行python脚本时,它会抛出"ModuleNotFoundError:没有名为“ModuleNotFoundError”错误的模块,而当我试图安装ModuleNotFoundError时,它会抛出以下内容Using legacy 'setup.py install' for fastecdsa, since package 'wheel' is not installed.Runn