Bob Drzyzgula <[EMAIL PROTECTED]> writes:

> Eric,
> 
> That appears to be a bug in older versions of Python;
> your test script works as intended in python 2.0 on an
> x86 machine of mine, but fails in python 1.5.2 on my
> SPARCstation 5. The exception happens in the

Right I have a python 1.5 version.
> 
> I'll research this a bit more if you like... perhaps
> there's a patch or a straightforward workaround (other
> than the obvious "upgrade to Python 2.x").
> 
> But, I suppose, you can at least take comfort in the fact
> that it's not a user headspace error...

Given that I haven't really learned python yet, I was suspecting
lack of knowledge.  We need reliable handling of unsigned 32 bit
numbers so upgrade to python 2.0 is likely best, unless there
is a good workaround.  If the solution is upgraed to 2.0 we need
a way to check to make certain you are running python 2.0

Eric

Reply via email to