19 Jul
2001
19 Jul
'01
7:57 p.m.
Phil Harris wrote:
Chris,
This is simple, what problems do you have?
I thought they were of the nasty CoInitialize variety, then Andy pointed out to me that the ZEO client in question is single threaded so this should be a problem. Turns out I was doing: f.close instead on f.close() somewhere, so a COM object was barfing as it was always getting an empty file. D'oh. The remaining problems revolve around unicode errors, if anyone is good with dealing with these please shout :-) cheers, Chris