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




_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to