Re: Quesion about running a exe file in Python(Not enough memory)

2013-04-25 Thread Chris Angelico
On Fri, Apr 26, 2013 at 8:00 AM, Steven D'Aprano wrote: > On Thu, 25 Apr 2013 14:18:58 -0700, yuyaxuan0 wrote: >> #cmd = "D:\\programs\\MIRAX_SlideAC_SDK\\Bin\\MrxSlideExport.exe -s >> D:\\fit\\projects\\bayer\\KidneyLiver\\MiraxScanner\\Slides\\L10 -e >> -o D:\\fit\\projects\\bayer\\K

Re: Quesion about running a exe file in Python(Not enough memory)

2013-04-25 Thread rusi
On Apr 26, 3:11 am, yuyaxu...@gmail.com wrote: > OK... > > 1."Memory is not enough..." is giving from the exe program. > 2. If I run the exe program directly using cmd console, it's working good. > 3. I am using Windows 7, 4GB memory python 2.7 the program is a image > processing program. It may

Re: Quesion about running a exe file in Python(Not enough memory)

2013-04-25 Thread yuyaxuan0
OK... 1."Memory is not enough..." is giving from the exe program. 2. If I run the exe program directly using cmd console, it's working good. 3. I am using Windows 7, 4GB memory python 2.7 the program is a image processing program. -- http://mail.python.org/mailman/listinfo/python-list

Re: Quesion about running a exe file in Python(Not enough memory)

2013-04-25 Thread Steven D'Aprano
On Thu, 25 Apr 2013 14:18:58 -0700, yuyaxuan0 wrote: > Hey guys, > > I have a python script that will call an external exe file. Code is kind > of like this: "Kind of like"? So it might be different? How much different? [snip irrelevant code] Please try to cut your code down to the minimum nec

Re: Quesion about running a exe file in Python(Not enough memory)

2013-04-25 Thread Dave Angel
On 04/25/2013 05:18 PM, yuyaxu...@gmail.com wrote: Hey guys, I have a python script that will call an external exe file. Code is kind of like this: This is a perfect example where you can simplify the problem down to a few lines that fail for you, and actually document the environment and