> > 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
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
>> >>
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
>> --
>> import numpy as np
>> from cStringIO import StringIO
>> from numpy.lib import format
>>
>> f = StringIO()
>> a = np.array([], dtype='object')
>> format.write_array(f,