[issue9180] Memory Error

2010-07-06 Thread Peter Wolf
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

[issue7899] MemoryError While Executing Python Code

2010-07-05 Thread Peter Wolf
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