[Zope] win32com / unicode errors
Chris Withers
chrisw@nipltd.com
Thu, 19 Jul 2001 20:57:52 +0100
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