Re: ipython problem in opening a file

2010-07-09 Thread Youngung Jeong
Thanks a lot! Youngung On Fri, Jul 9, 2010 at 10:17 PM, Eli Bendersky wrote: > On Fri, Jul 9, 2010 at 16:07, Youngung Jeong > wrote: > > Thank you for your kindness. > > I found you're right. It's running in that folder. > > What should I do for making this work? > > Could you please tell me

Re: ipython problem in opening a file

2010-07-09 Thread Eli Bendersky
On Fri, Jul 9, 2010 at 16:07, Youngung Jeong wrote: > Thank you for your kindness. > I found you're right. It's running in that folder. > What should I do for making this work? > Could you please tell me a bit more... > > Youngung You can change the "current directory" ipython executes in, by eit

Re: ipython problem in opening a file

2010-07-09 Thread Eli Bendersky
> One of the many things I tried, is as below. > > * > > > f=open('od.txt','w') > --- > IOError                                   Traceback (most recent call > last) > > C:\Window