New submission from Peter Wolf :
I am using Ubuntu 10.04 32 bit and python 2.6.When I type the following line
in a terminal
>python mydatafile.py
I get the following error message on the next line
MemoryError
That is all.
File details :
It is a 2d list of floating point numbers 86Mb
Peter Wolf added the comment:
I am new to this so apologies if I posting this in the wrong spot.
I am also getting a memory error on an 86MB python data file.It is one long
list.As far as I can tell the data file is valid python code.My computer has
3.4 GB of ram.
When I type the following