Traceback (most recent call last):
File "/home/server/panel/BTPanel/__init__.py", line 2106, in publicObject
res = run_obj.run(toObject, defs, get)
File "/home/server/panel/BTPanel/__init__.py", line 2053, in run
result = getattr(toObject, get.action)(get)
File "/www/server/panel/class/panelController.py", line 86, in model
raise public.PanelError(result['msg'])
public.PanelError: 面板运行时发生错误: Traceback (most recent call last):
File "/www/server/panel/class/monitorModel/boceModel.py", line 28, in
import pycurl
ModuleNotFoundError: No module named 'pycurl'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/monitorModel/boceModel.py", line 31, in
import pycurl
ModuleNotFoundError: No module named 'pycurl'
变成这个了 |