Bug#508367: pycocuma-server crashes with python2.5

2008-12-10 Thread Tiago Saboga
Looking further at the problem, it seems that allow_reuse_address is True by default under python 2.5, which eliminates the need for the XMLRPCServer class at all. I will try to just remove it here and see what happens. Tiago Saboga. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#508367: pycocuma-server crashes with python2.5

2008-12-10 Thread Tiago Saboga
Package: pycocuma Version: 0.4.5-6-5 Severity: important As said in the subject, pycocuma-server fails with python2.5. The interface for SimpleXMLRPCServer.SimpleXMLRPCDispatcher has changed from python 2.4. Anyway, the docs say that this class should never be instantiated directly [1]. Backtrace