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. -- http://mail.python.org/mailman/listinfo/python-list