Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1774, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1722, in run
result = getattr(toObject,get.action)(get)
File "class/panelProjectController.py", line 83, in model
raise public.PanelError(result['msg'])
public.PanelError: 面板运行时发生错误: Traceback (most recent call last):
File "/www/server/panel/class/projectModel/binlogModel.py", line 14, in
from baidubce .bce_client_configuration import BceClientConfiguration #line:26
ModuleNotFoundError: No module named 'baidubce'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/projectModel/binlogModel.py", line 28, in
from baidubce .bce_client_configuration import BceClientConfiguration #line:46
ModuleNotFoundError: No module named 'baidubce'
|
|