Comment 1 for bug 793884

Revision history for this message
Santiv (rulosanti) wrote :

I have the same problem

<quote>
This is because self.template is base64 encoded. When I put a base64.decodestring() in OOSerializer.__init__(), it started to work.
</quote>

I edited opendocument.py and added "import base64"

I have tried some ways to put base64.decodestring(), base64.decode(self.template, self.template) this but i can't solve it.

Can you show me what you have put exactly?

thanks