14 Dec
2008
14 Dec
'08
7:19 a.m.
On 14.12.2008 1:13 Uhr, Thibaud Morel l'Horset wrote:
Hello,
I'm trying to store strings with certain unicode characters that don't convert to ascii in the ZODB. Specifically, as a file object and as properties of that file object. I get the following errors (from a script):
*Error Type: AttributeError* *Error Value: 'unicode' object has no attribute 'seek'*
First we need a full traceback. Second, it does not make sense to persistent file objects within the ZODB. Objects must be pickleable. -aj