On 25/02/2006, at 5:05 AM, Safford, Brian wrote: > 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
Could you show me the __init__.py errors? --- James