Numpy and cPickle

Martin Manns mmanns at gmx.net
Wed Apr 12 22:41:49 EDT 2006


Hi

If I cPickle a numpy array under Linux and un-cPickle it under Solaris
10, my arrays seem to be transposed. Is there any way to get the same
behavior on both platforms without testing which platform the python
script runs on and then transposing the array?

I am using python 2.4.2 and numpy 0.9.6 on both machines.

Thanks in advance

Martin



More information about the Python-list mailing list