insufficient memory problem in running .exe file in ipython

Y

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?
 
S

Steven D'Aprano

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?

More memory?


What's your operating system, how much memory do you have, how much
memory does ' ~.exe' (that's a weird name) need? Is your operating system
set to limit the amount of memory each process is given?

What happens if you don't use ipython but call os.system(' ~.exe') from
the normal Python prompt?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top