Re: Advice on long running processes

2007-10-11 Thread Bruno Barberi Gnecco
caught without exiting the application. Log the exceptions, of course, but in most long running applications work in a loop like Roy Smith's code above, so if one of them fails it won't disrupt the others to come. -- Bruno Barberi Gnecco The earth is like a tiny grain of sand, only much, much heavier. -- http://mail.python.org/mailman/listinfo/python-list

Re: RuntimeWarning: tp_compare

2007-10-11 Thread Bruno Barberi Gnecco
Chris Mellon wrote: > On 10/9/07, Bruno Barberi Gnecco > <[EMAIL PROTECTED]> wrote: > >>I'm getting the following exception when I call an external extension >>(pytst): >> >>/usr/lib/python2.5/threading.py:697: RuntimeWarning: tp_compa

RuntimeWarning: tp_compare

2007-10-09 Thread Bruno Barberi Gnecco
oesn't happen for simple, isolated cases, but googling for "tp_compare threading" shows a lot of similar issues. Does anybody here know what this could be about? Any ideas to debug or work around it? -- Bruno Barberi Gnecco I can read your mind, and you should be ashamed of yourself. -- http://mail.python.org/mailman/listinfo/python-list

IMAP library

2007-06-28 Thread Bruno Barberi Gnecco
ng to write one and release it under LGPL. Anybody would like to help? -- Bruno Barberi Gnecco -- http://mail.python.org/mailman/listinfo/python-list

Which XML?

2007-06-24 Thread Bruno Barberi Gnecco
I've found a lot of XML libraries for Python. Any advices on which one to use (or *not* to use)? My requirements are: support for XPath, stability (a must, segfaults are not an option), with DOM API and good performance desirable. Thanks for any advice. -- Bruno Barberi G