On 24/05/2006, at 7:55 AM, Norman Rasmussen wrote: > On 5/23/06, James Bunton <[EMAIL PROTECTED]> wrote: >> Hopefully fixed in rev162 >> *crosses fingers* > > changed to (or is this another one?): > File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py", > line 387, in connectionLost > if not self.ready: return > exceptions.AttributeError: NotificationClient instance has no > attribute 'ready'
Different one, but that self.ready check shouldn't be there :P That's what I get for coding late at night. I got NotificationClient mixed with SwitchboardClient. Please try again with r163 :) --- James
