stenyak / breakbot

WhatsApp<->IRC gateway bot
90 stars 38 forks source link

ImportError: cannot import name warning #23

Closed h1rule closed 9 years ago

h1rule commented 9 years ago

root@whatsappxploit:~/link103# ./bot.py Traceback (most recent call last): File "./bot.py", line 9, in from log import info, error, warning ImportError: cannot import name warning

Using latest versions.

h1rule commented 9 years ago

Just removed "warning" in the first lines from bot.py

Now:

NameError: global name 'warning' is not defined

2014-07-12 13:12:05.385813 EE catch_them_all.py:12: Exception in function irc_msg_received

stenyak commented 9 years ago

There's something fishy here. Can you please do a fresh git clone in a different place, run get_libs and the usual stuff, copy your existing config.json file over there, and try again?

h1rule commented 9 years ago

Nice! Its working like that.

:)

stenyak commented 9 years ago

Good to know :)