joaoricardo000 / whatsapp-bot-seed

A small python framework to create a whatsapp bot, with regex-callback message routing.
727 stars 245 forks source link

ImportError: cannot import name EventCallback #68

Closed nauramutiara closed 8 years ago

nauramutiara commented 8 years ago

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