Re: [Numpy-discussion] npz load on numpy 3

2011-03-29 Thread Pauli Virtanen
Tue, 29 Mar 2011 08:27:52 +, Pauli Virtanen wrote: > Tue, 29 Mar 2011 04:16:00 -0400, josef.pktd wrote: >> Traceback (most recent call last): >> File "", line 1, in >> File "C:\Programs\Python32\lib\site-packages\numpy\lib\npyio.py", >> line 222, in __getitem__ >> return format.read_ar

Re: [Numpy-discussion] npz load on numpy 3

2011-03-29 Thread Pauli Virtanen
Tue, 29 Mar 2011 04:16:00 -0400, josef.pktd wrote: > Traceback (most recent call last): > File "", line 1, in > File "C:\Programs\Python32\lib\site-packages\numpy\lib\npyio.py", > line 222, in __getitem__ > return format.read_array(value) > File "C:\Programs\Python32\lib\site-packages\nu

[Numpy-discussion] npz load on numpy 3

2011-03-29 Thread josef . pktd
more python 3.2 fun a npz file saved with python 2.6 (I guess) that I try to read with python 3.2 I have no clue, since I never use .npz files >>> arr = >>> np.load(r"..\scikits\statsmodels\tsa\vector_ar\tests\results\vars_results.npz") >>> arr >>> dir(arr) ['__class__', '__contains__', '__de