File "/home/pi/chatbot-python-sample/chatbot.py", line 12, in <module>
import irc.bot
ImportError: No module named irc.bot
Anyone know what I'm doing wrong? I already installed irc and irc.bot
File "/home/pi/chatbot-python-sample/chatbot.py", line 12, in <module>
import irc.bot
ImportError: No module named irc.bot
Anyone know what I'm doing wrong? I already installed irc and irc.bot
Don't you have two or more versions of Python installed? Sometimes it could be the case.