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, 水静流深 <[email protected]> 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 Python when yo

Re: Not enough memory.

2014-07-14 Thread Zachary Ware
On Mon, Jul 14, 2014 at 8:16 AM, 水静流深 <[email protected]> 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 Python when you get an error, but in this cas

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 you can do for our la