http://www.blathersource.org/releases.php?projid=pyaim-t
for the download links. Daniel From [EMAIL PROTECTED] Mon Oct 2 08:33:26 2006 From: [EMAIL PROTECTED] (=?UTF-8?B?QXJuYXVkIEFiw6lsYXJk?=) Date: Mon Oct 2 08:33:32 2006 Subject: [py-transports] Unicode in pymsnt-0.11.2-dev2 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Gustavo Felisberto wrote: (..snip..) > And then the transport starts eating ALOT of memory and trashes the system: I experienced this symptoms with pymsnt-0.11.2dev2 last week, but then i applied the self inducing flood fix from David E Freitas and haven't had the problem (yet) since then. are you sure the unicode problem is actually causing the memory exhaustion? > > > jabber 10371 6.1 60.6 748856 469680 ? Dl 19:44 0:21 > /usr/bin/python /usr/lib/python2.4/site-packages/pymsn-t/pymsn-t.py -c > /etc/jabber/pymsn-t.xml -D -l /var/l pymsnt ate 2gb of RAM before we shut it down the other day... :/ Arnaud > > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports -- Arnaud Ab?lard (jabber: [EMAIL PROTECTED]) Administrateur Syst?me Centre de Ressources Informatiques Universit? de Nantes From [EMAIL PROTECTED] Mon Oct 2 19:07:44 2006 From: [EMAIL PROTECTED] (Chad Jannusch) Date: Mon Oct 2 19:07:49 2006 Subject: [py-transports] Traceback with PyAIMt rev 229 Message-ID: <[EMAIL PROTECTED]> Hello everybody, I just tried upgrading PyAIMt on bgmn.net to the latest release and recieved the following traceback on launch... Traceback (most recent call last): File "./PyAIMt.py", line 16, in ? main.main() File "/opt/pyaim-svn/src/main.py", line 449, in main app = App() File "/opt/pyaim-svn/src/main.py", line 418, in __init__ self.transportSvc = PyTransport() File "/opt/pyaim-svn/src/main.py", line 154, in __init__ self.xdb = xdb.XDB(config.jid) File "/opt/pyaim-svn/src/xdb/mysql.py", line 24, in __init__ db=config.xdbDriver_mysql["database"] File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line 66, in Connect return Connection(*args, **kwargs) File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 134, in __init__ super(Connection, self).__init__(*args, **kwargs2) TypeError: 'charset' is an invalid keyword argument for this function I reverted to rev 226 and everything once again works fine. Is there something else that needs upgrading that I'm missing? Thanks, Chad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20061002/97e50be1/attachment.htm From [EMAIL PROTECTED] Mon Oct 2 19:40:30 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon Oct 2 19:40:45 2006 Subject: [py-transports] Traceback with PyAIMt rev 229 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> What the, what version of the mysql python lib do you have installed? Daniel On Oct 2, 2006, at 3:07 PM, Chad Jannusch wrote: > Hello everybody, > I just tried upgrading PyAIMt on bgmn.net to the latest release and > recieved the following traceback on launch... > > Traceback (most recent call last): > File "./PyAIMt.py", line 16, in ? > main.main() > File "/opt/pyaim-svn/src/main.py", line 449, in main > app = App() > File "/opt/pyaim-svn/src/main.py", line 418, in __init__ > self.transportSvc = PyTransport() > File "/opt/pyaim-svn/src/main.py", line 154, in __init__ > self.xdb = xdb.XDB(config.jid) > File "/opt/pyaim-svn/src/xdb/mysql.py", line 24, in __init__ > db=config.xdbDriver_mysql["database"] > File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line > 66, in Connect > return Connection(*args, **kwargs) > File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", > line 134, in __init__ > super(Connection, self).__init__(*args, **kwargs2) > TypeError: 'charset' is an invalid keyword argument for this function > > I reverted to rev 226 and everything once again works fine. Is > there something else that needs upgrading that I'm missing? > > Thanks, > Chad > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
