On Jan 31, 11:17 am, William Stein <[email protected]> wrote:
> On Sat, Jan 31, 2009 at 11:15 AM, Rolandb <[email protected]> wrote:
>
> > Hi,
>
> > I received first a MemoryError, and later on Sage reported:
>
> That means that Sage ran out of memory.  It's not a bug -- it's just a
> limitation of your computer.

srange() builds a list in memory, so using an iterator will make that
code use less memory.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to