This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author freakcycle
Recipients brian.curtin, freakcycle, p_noblebose, pitrou
Date 2010-07-06.04:44:34
SpamBayes Score 0.247039
Marked as misclassified No
Message-id <1278391478.07.0.661371968474.issue7899@psf.upfronthosting.co.za>
In-reply-to
Content
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 in a terminal 
> python mydatafile.py

On the following line I get 

MemoryError

That is all.
History
Date User Action Args
2010-07-06 04:44:38freakcyclesetrecipients: + freakcycle, pitrou, brian.curtin, p_noblebose
2010-07-06 04:44:38freakcyclesetmessageid: <1278391478.07.0.661371968474.issue7899@psf.upfronthosting.co.za>
2010-07-06 04:44:36freakcyclelinkissue7899 messages
2010-07-06 04:44:34freakcyclecreate