lizhaode
lizhaode
就是撤回的内容还是看不到 我也遇到了相同的情况
add more error print ``` Exception in thread Thread-6: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/js2py/base.py", line 1463, in call return Js(self.code(*args)) File "/usr/local/lib/python3.7/site-packages/js2py/host/jseval.py", line 17, in Eval py_code =...
I found when run in thread , the code run in concurrent, it will raise error add `time.sleep()` to make `eval_js()` wait a moment, it will run success
同问,建议兼容3.X