I solved the problem: 1) I'm running Python 2.5, which changed SimpleXMLRPCServer.py.
Solution: Either a) switch to Python 2.4 or b) copy Python2.4 SimpleXMLRPCServer.py into the tinyerp-server directory (copying into the python-lib directory is not recomented). You may get the file diectly from the SVN at http://svn.python.org/view/*checkout*/python/tags/r244/Lib/SimpleXMLRPCServer.py?rev=52384 2) This did not solve the problem, since there was another one: a memory leak in sgmlop.so. I discovered this after removing the ThreadingMixIn from SimpleThreadedXMLRPCServer in bin/netsvc.py. When the clients connected, the memory leak was reported. The solution for this was to reinstall sgmlop.so. On my system, this was part of the python-reportlab RPM which has no update available yet. So I removed sgmlop.so and installed sgmlop seperatly: easy_install sgmlop _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
