ipython problem in opening a file

Eli Bendersky eliben at gmail.com
Fri Jul 9 09:17:05 EDT 2010


On Fri, Jul 9, 2010 at 16:07, Youngung Jeong <youngung.jeong at gmail.com> 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 either
executing it directly (from the command line) in the directory of your
choice, or calling the os.chdir function with the path of your choice.

Eli



More information about the Python-list mailing list