I think I've followed the instructions for installing and using 'epoll', but am getting the following error:
Exception exceptions.AttributeError: "ePoller instance has no attribute 'epfd'" in <bound method ePoller.__del__ of <twisted.epoll.epoll.ePoller instance at 0xb72cdb4c>> ignored Traceback (most recent call last): File "./PyMSNt.py", line 11, in ? import main File "/home/jabber/pymsnt-0.11/src/main.py", line 82, in ? epollreactor.install() AttributeError: 'module' object has no attribute 'install' Have installed TwistedSumo-2006-02-12 ... But saw a bunch of errors where __init__.py wasn't found ... Not sure what was up with that. Running Python 2.3.5 on a RedHat ES3.0 system, where python 2.2 is also installed. Thanks in advance, Brian Safford EDS From [EMAIL PROTECTED] Sat Feb 25 11:55:58 2006 From: [EMAIL PROTECTED] (James Bunton) Date: Sat Feb 25 11:56:13 2006 Subject: [py-transports] Re: [Psi-devel] Psi nickname patch In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 20/02/2006, at 9:57 AM, Norman Rasmussen wrote: > On 10/21/05, James Bunton <[EMAIL PROTECTED]> wrote: >> The nickname patch now definitely works. If you update your nickname >> in >> the vCard it is broadcast to other clients by your presence. Other >> clients' nicknames will appear in the tooltip. >> >> I checked out a new copy of Psi with darcs and updated the patch to >> apply cleanly to that version. >> It requires a darcs pull from >> http://spike.ulyssis.org/psi/darcs/psi-avatars to work. >> >> Please have a look at http://delx.cjb.net/psi > > There's a new Qt4 port of Psi, so your patch might want to upgrade > some time in the future. That being said, I'm not sure there's a > psi-avatars for Qt4 yet (only psi-mainline and psi-ng), so it might be > more work than you think :-P > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ Yeah, I looked into that already :P When I did there was no psi-avatars yet. I could fairly easily make the patch for Psi/Qt4 anyway. I might get in touch with Remko and see if he's going to do avatars for Psi/Qt4. --- James