Traceback (most recent call last):
File "kuanke/user_space.py", line 148, in exec_msg
return getattr(self, func)(*msg['args'], **msg['kwargs'])
File "kuanke/user_space.py", line 218, in init_code
exec code_obj in code_scope
File "user_code.py", line 21, in
from HTMLConcat import HTMLConcat
File "kuanke/user_space.py", line 170, in my_import
raise e
ImportError: No module named HTMLConcat
出现HTMLConcat错误,注释变灰后
Traceback (most recent call last):
File "/opt/backtest/jquser-site-packages/Kuanke-1.0-py2.7.egg/kuanke/user_space.py", line 52, in wrapper
return f(self, *args, **kwargs)
File "/opt/backtest/jquser-site-packages/Kuanke-1.0-py2.7.egg/kuanke/user_space.py", line 233, in process_initialize
self.func_process_initialize(self.user_context)
File "user_code.py", line 332, in process_initialize
get_multifactorial(context)
File "user_code.py", line 1872, in get_multifactorial
g.values_return_dict_history = pickle.load(StringIO(body))
EOFError
出现读文件错误。
请问有帮助分析下什么原因吗?