Marshaling unicode WDDX

isthar tkrzywicki at gmail.com
Thu Jan 5 11:55:38 EST 2006


Hi !
i am trying to serialise object which contains some unicode objects
but looks like there is no way to do it.

File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/
_xmlplus/marshal/generic.py", line 92, in _marshal
    return getattr(self, meth)(value, dict)
AttributeError: WDDXMarshaller instance has no attribute 'm_unicode'

WDDX is perfect for me for exchange between python and php application.
but maybe there is a better way to do it.


Any clue?

Thanks in advance.




More information about the Python-list mailing list