How do you know if you're out of memory?
Erik Max Francis
max at alcyone.com
Thu Jan 30 23:44:10 EST 2003
More information about the Python-list mailing list
Thu Jan 30 23:44:10 EST 2003
- Previous message (by thread): ps interface or module
- Next message (by thread): How do you know if you're out of memory?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"R. C. Ellis" wrote: > Anyway, how do I know if a new Tkinter widget I create has enough > memory > to instantiate? I'd rather catch an exception or something, rather > than > gift my user with a wonderful interpreter message. There's a MemoryError which gets thrown for this purpose. -- Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/ __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE / \ The great artist is the simplifier. \__/ Henri Amiel Sade Deluxe / http://www.sadedeluxe.com/ The ultimate Sade encyclopedia.
- Previous message (by thread): ps interface or module
- Next message (by thread): How do you know if you're out of memory?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list