[XML-SIG] xml.marshal and Unicode

"Martin v. Löwis" martin at v.loewis.de
Sun Jan 25 03:51:21 EST 2004


Bart Frackiewicz wrote:
> Traceback (most recent call last):
> [snip] File 
> "/usr/lib/python2.3/site-packages/_xmlplus/sax/drivers/drv_pyexpat.py", 
> line 45, in startElement
>    self.doc_handler.startElement(name,saxutils.AttributeMap(at))
> File "/usr/lib/python2.3/site-packages/_xmlplus/marshal/generic.py", 
> line 369, in startElement
>    sm, em = self.unmarshal_meth[name]
> exceptions.KeyError: u'RESPONSE_CONVERSATION'
> 
> The response is unicode, okay, but this should not be a problem. Any 
> idea, where i have the mistake?

There is no unmarshal method for RESPONSE_CONVERSATION defined.

Regards,
Martin




More information about the XML-SIG mailing list