[Numpy-discussion] recarray behaviour

David Huard david.huard at gmail.com
Thu May 4 12:10:03 EDT 2006


I couldn't reproduce the error message you got. The scripts you provided
seem to lack the pickle part. However, my guess is that you dumped an array
object using pickle, and tried to retrieve it later on. For me this has
never worked. I believe you should use the load and dump functions provided
by numpy.

If this is not solve your problem, please send one complete script that
brings it up.

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20060504/be994d59/attachment-0001.html>


More information about the NumPy-Discussion mailing list