Re: Not enough memory.

2014-07-14 Thread Mark Lawrence
On 14/07/2014 17:40, Zachary Ware wrote: On Mon, Jul 14, 2014 at 8:16 AM, 水静流深 <1248283...@qq.com> wrote: import os help(os.path) Not enough memory.‍ Why i get it?Not enough memory , not help info?,not In future, it's very helpful to tell us what OS is running which version of

Re: Not enough memory.

2014-07-14 Thread Zachary Ware
On Mon, Jul 14, 2014 at 8:16 AM, 水静流深 <1248283...@qq.com> wrote: >>>> import os >>>> help(os.path) > Not enough memory.‍ > > Why i get it?Not enough memory , not help info?,not In future, it's very helpful to tell us what OS is running which version

Re: Not enough memory.

2014-07-14 Thread Mark Lawrence
On 14/07/2014 14:16, 水静流深 wrote: >>> import os >>> help(os.path) Not enough memory.‍ Why i get it?Not enough memory , not help info?,not A known problem see http://bugs.python.org/issue19914 -- My fellow Pythonistas, ask not what our language can do for you, ask what

Not enough memory.

2014-07-14 Thread 水静流深
>>> import os >>> help(os.path) Not enough memory.‍ Why i get it?Not enough memory , not help info?,not-- https://mail.python.org/mailman/listinfo/python-list

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

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

2013-04-25 Thread yuyaxuan0
Hey guys, I have a python script that will call an external exe file. Code is kind of like this: import sys import os from helper_functions import strContains if (len(sys.argv) != 4): print('Usage of script: export_mirax_data ') else: print('Script to export mirax data') print('-