Hi David On Thu, Jan 24, 2008 at 01:18:45PM -0700, David Bolme wrote: > A am having some trouble when pickling numpy arrays. Basically I use one > python script to create the array and then pickle it. When I load the pickled > array using a different python script it appears to load fine. When I try to > perform a matrix multiply on the array with a vector (using dot) python > crashes > with a segmentation violation.
Please see if http://projects.scipy.org/scipy/numpy/ticket/551 matches your problem, and add your comments there. Regards Stéfan _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
