Re: insufficient memory problem in running .exe file in ipython

2010-07-15 Thread Steven D'Aprano
On Thu, 15 Jul 2010 00:54:19 -0700, youngung wrote: > Hello! > > I came across a problem in running a .exe file through ipython. """ > os.system(' ~.exe')""" was used. The error message popped up says > > Memory error: insufficient physical memory available > > What should I try further?

insufficient memory problem in running .exe file in ipython

2010-07-15 Thread youngung
Hello! I came across a problem in running a .exe file through ipython. """ os.system(' ~.exe')""" was used. The error message popped up says Memory error: insufficient physical memory available What should I try further? -- http://mail.python.org/mailman/listinfo/python-list