ImportError: cannot import name EventCallback
nauramutiara opened this issue · 0 comments
nauramutiara commented
I have got error like this. after update env_s40.py and axolotl/layer.py any sugestion??
Traceback (most recent call last):
File "server.py", line 50, in
server = YowsupEchoStack(config.auth)
File "server.py", line 21, in init
stack_builder = YowStackBuilder().pushDefaultLayers(True)
File "build/bdist.linux-x86_64/egg/yowsup/stacks/yowstack.py", line 51, in pushDefaultLayers
File "build/bdist.linux-x86_64/egg/yowsup/stacks/yowstack.py", line 73, in getDefaultLayers
File "build/bdist.linux-x86_64/egg/yowsup/layers/axolotl/init.py", line 1, in
author = 'joaoricardo'
File "build/bdist.linux-x86_64/egg/yowsup/layers/axolotl/layer.py", line 1, in
ImportError: cannot import name EventCallback