[Python-modules-team] Bug#448530: unable to reproduce
Ondrej Certik
ondrej at certik.cz
Sat Dec 8 19:50:10 UTC 2007
Hi,
I am sorry it has taken so long to repond to this bugreport. We just
moved the package to DPMT, so now we should be able to respond much more
quickly.
I am unable to run your script on the current unstable. Am I doing
something wrong?
$ python test.py
Traceback (most recent call last):
File "test.py", line 4, in ?
phi = numpy.load('phi.p')
File "/usr/lib/python2.4/site-packages/numpy/core/numeric.py", line
611, in load
return _cload(file)
ValueError: insecure string pickle
$ LD_LIBRARY_PATH=/usr/lib/atlas/sse2 python test.py
Traceback (most recent call last):
File "test.py", line 4, in ?
phi = numpy.load('phi.p')
File "/usr/lib/python2.4/site-packages/numpy/core/numeric.py", line
611, in load
return _cload(file)
ValueError: insecure string pickle
$ LD_LIBRARY_PATH=/usr/lib/atlas/sse python test.py
Traceback (most recent call last):
File "test.py", line 4, in ?
phi = numpy.load('phi.p')
File "/usr/lib/python2.4/site-packages/numpy/core/numeric.py", line
611, in load
return _cload(file)
ValueError: insecure string pickle
$
Ondrej
More information about the Python-modules-team
mailing list