Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ircbot #10

Open
ghost opened this issue Apr 17, 2017 · 1 comment
Open

ircbot #10

ghost opened this issue Apr 17, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 17, 2017

Not sure how to install this dep, I installed "irc" using pip...

Traceback (most recent call last):
  File "skype2irc.py", line 33, in <module>
    from ircbot import SingleServerIRCBot
ImportError: No module named ircbot
@wiccawill420
Copy link

It looks like maybe the library names changed. I got it to import properly by changing
from ircbot import SingleServerIRCBot
to
from irc.bot import SingleServerIRCBot
--and--
from irclib import ServerNotConnectedError
to
from irc.client import ServerNotConnectedError

I'm still trying to get it to connect with the new versions of skype, which is a pain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant