woops, here's another:

        --- <exception caught here> ---
          File 
"/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py",
line 160, in _doReadOrWrite
            why = selectable.doRead()
          File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py",
line 351, in doRead
            return self.protocol.dataReceived(data)
          File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py",
line 221, in dataReceived
            why = self.lineReceived(line)
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
825, in lineReceived
            try: handler(params.split(' '))
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
2226, in handle_ANS
            self.loggedIn()
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py",
line 678, in loggedIn
            self._ready()
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py",
line 646, in _ready
            self.userJoined(user)
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py",
line 698, in userJoined
            d = self.sendAvatarRequest()
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py",
line 745, in sendAvatarRequest
            msnContacts = self.msncon.getContacts()
        exceptions.AttributeError: 'NoneType' object has no attribute
'getContacts'

--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Fri May  5 16:34:16 2006
From: [EMAIL PROTECTED] (Fawzib Rojas)
Date: Fri May  5 16:34:40 2006
Subject: [py-transports] Re: PyMsn ports
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL 
PROTECTED]>        <[EMAIL PROTECTED]><[EMAIL PROTECTED]>  <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Francisco Obarrio wrote:
> The directory is in your spool/avatars
> example: msn.server/avatars

Well, is not that. So I have version 0.11-dev - SVN r0 on Ejabber 1.00, 
with the python-imaging stuff installed. Any reason why I wouldn't be 
getting the MSN avatars (getting the default one)?

Reply via email to