Re: [Numpy-discussion] MemoryError in numpy.test() on AIXinstallation

2009-04-28 Thread Whitcomb, Mr. Tim
> > To further complicate issues, I do not have sysadmin rights on the > > machine in question, and I'm not entirely confident that > Python itself > > was built properly (I've had to sort out some other issues as well). > > The version in use is: > > Python 2.5.2 (r252:60911, Sep 17 2008, 13:24

Re: [Numpy-discussion] MemoryError in numpy.test() on AIXinstallation

2009-04-27 Thread Charles R Harris
On Mon, Apr 27, 2009 at 2:10 PM, Charles R Harris wrote: > > > On Mon, Apr 27, 2009 at 1:59 PM, Whitcomb, Mr. Tim < > tim.whitc...@nrlmry.navy.mil> wrote: > >> >> -- >> >> import numpy as np >> >> from cStringIO import StringIO >> >>

Re: [Numpy-discussion] MemoryError in numpy.test() on AIXinstallation

2009-04-27 Thread Charles R Harris
On Mon, Apr 27, 2009 at 1:59 PM, Whitcomb, Mr. Tim < tim.whitc...@nrlmry.navy.mil> wrote: > >> -- > >> import numpy as np > >> from cStringIO import StringIO > >> from numpy.lib import format > >> > >> f = StringIO

Re: [Numpy-discussion] MemoryError in numpy.test() on AIXinstallation

2009-04-27 Thread Whitcomb, Mr. Tim
>> -- >> import numpy as np >> from cStringIO import StringIO >> from numpy.lib import format >> >> f = StringIO() >> a = np.array([], dtype='object') >> format.write_array(f,