On Mon, Aug 07, 2006 at 02:17:46PM -0300, Renato Botelho wrote: > [EMAIL PROTECTED]:~/pymsnt> svn co http://delx.cjb.net/pymsnt/trunk > svn: PROPFIND request failed on '/pymsnt/trunk' > svn: PROPFIND of '/pymsnt/trunk': 405 Method Not Allowed > (http://delx.cjb.net)
Please try this instead: $ svn co http://delx.cjb.net/svn/pymsnt/trunk Best regards, Lars From [EMAIL PROTECTED] Mon Aug 7 21:21:40 2006 From: [EMAIL PROTECTED] (James Bunton) Date: Mon Aug 7 21:21:59 2006 Subject: [py-transports] pymsnt error In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> This has been fixed in the latest svn version. --- James On 08/08/2006, at 5:17 AM, Alan Wolff wrote: > Hi everyone > I'm using pymsnt 0.11 on Gentoo Linux with Python 2.4.2, > twisted-2.0.1. I'm receiving the following error: > > [2006-08-07 20:53:52] Stopping factory > [2006-08-07 20:53:52] Stopping factory > [2006-08-07 20:59:57] Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/twisted/python/ > log.py", line 56, in callWithLogger > return callWithContext({"system": lp}, func, *args, **kw) > File "/usr/lib/python2.4/site-packages/twisted/python/ > log.py", line 41, in callWithContext > return context.call({ILogContext: newCtx}, func, *args, > **kw) > File "/usr/lib/python2.4/site-packages/twisted/python/ > context.py", line 52, in callWithContext > return self.currentContext().callWithContext(ctx, func, > *args, **kw) > File "/usr/lib/python2.4/site-packages/twisted/python/ > context.py", line 31, in callWithContext > return func(*args,**kw) > --- --- > File "/usr/lib/python2.4/site-packages/twisted/internet/ > pollreactor.py", line 160, in _doReadOrWrite > why = selectable.doRead() > File "/usr/lib/python2.4/site-packages/twisted/internet/ > tcp.py", line 351, in doRead > return self.protocol.dataReceived(data) > File "/usr/lib/python2.4/site-packages/twisted/protocols/ > basic.py", line 221, in dataReceived > why = self.lineReceived(line) > File "/usr/local/src/pymsnt-0.11/src/tlib/msn/msn.py", > line 819, in lineReceived > try: handler(params.split(' ')) > File "/usr/local/src/pymsnt-0.11/src/tlib/msn/msn.py", > line 1174, in handle_NLN > self.handleAvatarHelper(msnContact, params[4]) > File "/usr/local/src/pymsnt-0.11/src/tlib/msn/msn.py", > line 1150, in handleAvatarHelper > msnobj = MSNObject(unquote(msnobjStr)) > File "/usr/local/src/pymsnt-0.11/src/tlib/msn/msn.py", > line 486, in __init__ > self.parse(s) > File "/usr/local/src/pymsnt-0.11/src/tlib/msn/msn.py", > line 531, in parse > self.creator = e.getAttribute("Creator") > exceptions.AttributeError: 'NoneType' object has no > attribute 'getAttribute' > [2006-08-07 20:59:57] Stopping factory > > Anyone know why this is happening, or how I can stop it? > Thanks guys > > _________________________________________________________________ > Potrebujete vediet, ake pocasie bude na Slovensku aj vo svete. > http://www.msn.sk/weather > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
