Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-16 Thread Ross Ridge
TerryP wrote: >Having recently been put into search for a new IRC client, and >everything I've thrown in the cauldron having become a >disappointment... Have you tried the IRC client script for Vim? Ross Ridge -- l/ // Ross Ridge -- The Great HTMU [

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread TerryP
On Oct 15, 10:36 pm, a...@pythoncraft.com (Aahz) wrote: > Why do you think that would be wise?  If library writers haven't upgraded > their libraries to 3.1, shouldn't that be a message to you? To me, it generally sends this kind of message: if lib.has_lots_of_users: try: avoid.as_long_as_p

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread Andre Pereira
Try IRC IT (II) from suckless (http://tools.suckless.org/ii). Quoting: ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread Aahz
In article <204e41fe-a00c-46d2-bb78-4f826ae75...@o41g2000yqb.googlegroups.com>, TerryP wrote: > >Does anyone know of any modules for dealing with the IRC protocol, >that will work with Python 3.1? It doens't have to be super great, >just less time consuming then playing with sockets directly (and

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread Chris Jones
On Sat, Oct 10, 2009 at 01:39:48AM EDT, TerryP wrote: [..] > Having recently been put into search for a new IRC client, and > everything I've thrown in the cauldron having become a > disappointment... OT as always, but I'm surprised you found weechat-curses disappointing. CJ -- http://mail.py

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-14 Thread Jorgen Grahn
On Sat, 2009-10-10, TerryP wrote: > Does anyone know of any modules for dealing with the IRC protocol, > that will work with Python 3.1? It doens't have to be super great, > just less time consuming then playing with sockets directly (and obv. > stable). The only module in my systems package manage

Are there any modules for IRC, that work with Python 3.1?

2009-10-09 Thread TerryP
Does anyone know of any modules for dealing with the IRC protocol, that will work with Python 3.1? It doens't have to be super great, just less time consuming then playing with sockets directly (and obv. stable). The only module in my systems package manager is irclib for Python 2.6. I can live wit