|
The 0.5.0 will drop my own SOAP.py module (it was a patched 0.9.7 version of SOAP.py), as that together with the docutils stuff breaks PyDS. There was a weird memory leak I was hunting for ages which I could track down due to SOAP client calls and docutils reST rendering. Really weird, you don't want to know about the details.
So I switched the stuff in 0.5.0 to use SOAPpy 0.10.1 instead. If you update to the latest CVS version, you must install SOAPpy!
You can get it at http://pywebsvcs.sourceforge.net/
As always, I made a hacked-up debian package for it and added it's dependency to the debian stuff in PyDS.
The installation description in CVS is updated already, the installations instructions on the web will follow shortly.
Since I threw out my old patched version, the patches are mostly lost - they were about string conversions and character encodings. So if you see anything weird in SOAP stuff (especially with latin-1 chars), drop me a note so I can fix it.
|