3 Nov
2000
3 Nov
'00
5 p.m.
In article <hoe50tgjitq8m888hk2uqmr8rp9ucahbr4@4ax.com>, Toby Dickenson <mbel44@dial.pipex.net> writes
On Fri, 3 Nov 2000 13:03:50 +0000, Robin Becker <robin@jessikat.fsnet.co.uk> wrote:
I see a reference to mymath.h in in cPickle.c is that intentional?
With python 2.0 you dont need (and shouldnt use) the cPickle or cStringIO that comes with Zope
Toby Dickenson tdickenson@geminidataloggers.com
I just got bitten by using the pyexpat that comes with Python 2.0 and causes strangenesses when trying to import the xml you just exported :( The error is a UnicodeError Ascii character out of range(128) -- Robin Becker