skype2irc icon indicating copy to clipboard operation
skype2irc copied to clipboard

Module Names Are Wrong For Current Python IRC

Open noctuid opened this issue 10 years ago • 3 comments

"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?

noctuid avatar Sep 03 '14 00:09 noctuid

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

boamaod avatar Sep 04 '14 05:09 boamaod

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?

noctuid avatar Sep 05 '14 20:09 noctuid

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?

boamaod avatar Jan 01 '15 18:01 boamaod