Re:How to catch an memory error in Windows?

2011-07-25 Thread António Rocha
g Date: Mon, 25 Jul 2011 17:14:46 +0200 Subject: Re: How to catch an memory error in Windows? On 25/07/11 16:55, António Rocha wrote: > Greetings > > I'm using subprocess module to run an external Windows binary. Due to > some limitations, sometimes all memory is consumed in this pro

How to catch an memory error in Windows?

2011-07-25 Thread António Rocha
Greetings I'm using subprocess module to run an external Windows binary. Due to some limitations, sometimes all memory is consumed in this process. How can I catch this error? Antonio -- http://mail.python.org/mailman/listinfo/python-list

Question- Getting Windows 64bits information Python 32bits

2011-07-07 Thread António Rocha
Greetings I'm running Python (32b) in Windows7 (at 64bits) and I would like to know how can I check if my machine is a 32b or 64b in Python. Is it possible? I saw a few examples (like platform) but they only provide information about Python not the machine. Thanks Toze -- http://mail.python.org/m