On 8/28/06, Joe Berry <[EMAIL PROTECTED]> wrote: > I'm assuming my problem is something wrong with my xml file. > Unfortunately, I cannot seem to see what it is based on the debugging > output that I get. The bottom line is that pyaimt is not connecting to my > jabber server. > 137c137 > < <!-- <saslUsername pytransport/> --> > --- > > <!-- <saslUsername/> -->
If you _want_ to use saslUsername remove the <!-- -->'s and make it look like this: <saslUsername>pytransport</saslUsername> Seeing as it's jabberd2, you'll have to uncomment useComponentBinding and useRouteWrap too. Just check if those or useJ2Component should be used - the config file in SVN have been upgraded but I'm not sure what 0.7d uses. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Aug 28 13:45:05 2006 From: [EMAIL PROTECTED] ([EMAIL PROTECTED]) Date: Mon Aug 28 13:45:10 2006 Subject: [py-transports] PyICQt running problem Message-ID: <[EMAIL PROTECTED]> Hi! I tried to install pyICQt on my Debian Sarge Server. First I used the offerd Debian Package which uses Python 2.3 and Twisted 2. It worked but I have the know UTF-8 problem "UnicodeDecodeError: 'utf8'". So in this forum someone suggest to use Twisted 1.3 to solve this problem. I installed the Python 2.2 package with Twisted 1.3. And get this error: ---------------------------------------------------------- [EMAIL PROTECTED]:~/pyicq-t-0.7b$ python2.2 PyICQt.py Traceback (most recent call last): File "PyICQt.py", line 11, in ? import main File "/jabber/pyicq-t-0.7b/src/main.py", line 4, in ? import utils File "/jabber/pyicq-t-0.7b/src/utils.py", line 12, in ? from tlib.twistwrap import Element, SuxElementStream File "/jabber/pyicq-t-0.7b/src/tlib/twistwrap.py", line 60, in ? from twisted.words.xish.domish import SuxElementStream, Element, unescapeFro mXml, elementStream File "/usr/lib/python2.2/site-packages/twisted/words/__init__.py", line 21, in ? warnings.warn("twisted.words will be undergoing a rewrite at some point in t he future.") File "/usr/lib/python2.2/warnings.py", line 42, in warn warn_explicit(message, category, filename, lineno, module, registry) File "/usr/lib/python2.2/warnings.py", line 59, in warn_explicit if (msg.match(message) and AttributeError: 'NoneType' object has no attribute 'match' --------------------------------------------------------------------- Please help. Thanks Flashrider From [EMAIL PROTECTED] Mon Aug 28 16:18:40 2006 From: [EMAIL PROTECTED] (Joe Moschetti) Date: Mon Aug 28 16:18:47 2006 Subject: [py-transports] PyMSNt randomly disconnects Message-ID: <[EMAIL PROTECTED]> I get this at random: Disconnected from MSN servers: [Failure instance: Traceback (failure with no frames): exceptions.AttributeError: 'NoneType' object has no attribute 'getAttribute' Suggestions? -- Joe Moschetti http://jmoschetti45.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20060828/b75cd3de/attachment.html From [EMAIL PROTECTED] Mon Aug 28 16:23:06 2006 From: [EMAIL PROTECTED] (Bearcat M. Sandor) Date: Mon Aug 28 16:22:45 2006 Subject: [py-transports] PyMSNt randomly disconnects In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Joe, I had random disconnects until i upgraded to pymsnt-0.11.2-dev2. If you aren't there already, you might try it. Bearcat M. Sandor On Monday 28 August 2006 10:18 in an email titled "[py-transports] PyMSNt randomly disconnects" Joe Moschetti wrote: >I get this at random: > >Disconnected from MSN servers: [Failure instance: Traceback (failure with no >frames): exceptions.AttributeError: 'NoneType' object has no attribute >'getAttribute' > >Suggestions? -- Bearcat M. Sandor [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ICQ: 6628727 MSN: [EMAIL PROTECTED] Yahoo: bearcatsandor AIM: bearcatmsandor
