MemoryError

Steve Holden steve at holdenweb.com
Mon Nov 13 03:25:04 EST 2006


Bugra Cakir wrote:
> Hi,
> 
> Within a Python program how can we avoid getting "MemoryError" problem ?
> 
Well that depends why you are getting it in the first place.

If you can post the traceback your program prints out then you might get 
some specific advice for the current case. The usual advice might be 
"don't use too much memory", but that alone probably won't be helpful.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden




More information about the Python-list mailing list