boamaod / skype2irc

IRC ⟷ Skype Gateway Bot for Connecting Skype Chats to IRC Channels
Other
44 stars 22 forks source link

Module Names Are Wrong For Current Python IRC #5

Open noctuid opened 10 years ago

noctuid commented 10 years ago

"ircbot" is now "irc.bot" and "irclib" is "irc.client" I believe.

I couldn't get the newest version of the irc library working with this (it gave an error). What version of python irc have you used successfully with this?

boamaod commented 10 years ago

I use 0.4.8 which is default in Debian/Ubuntu distros.

noctuid commented 10 years ago

The current version is 8.9.1. 0.4.8 is 6 years old. I see that this was created 2 years ago, but is that still the default in the Debian repos? I will try it with that version, but you really might want to update to the most recent version. Here's the bitbucket page. It recommends using pip or easy_install (or just using the setup.py). Was there a specific reason for using the version from Debian's repos?

boamaod commented 9 years ago

Just to go with the standard of convenience and for the ease of testing/installing. If the updates are good, why not push them to Debian again, which would be the right procedure anyway?