Re: cannot open file in write mode, no such file or directory

2005-03-01 Thread David Bolen
[EMAIL PROTECTED] writes: > I'm having a problem where when trying to open a file in write mode, I > get an IOError stating no such file or directory. I'm calling an > external program which takes an input file and produces an output file > repeatedly, simulating the input file separately for eac

Re: cannot open file in write mode, no such file or directory

2005-02-28 Thread John Machin
[EMAIL PROTECTED] wrote: > Kartic wrote: > > > I'm having a problem where when trying to open a file in write > mode, > > I > > > get an IOError stating no such file or directory. I'm calling an > > > external program which takes an input file and produces an output > > file > > > repeatedly, sim

Re: cannot open file in write mode, no such file or directory

2005-02-28 Thread Kartic
Could you please post your entire program, if possible? Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: cannot open file in write mode, no such file or directory

2005-02-28 Thread haynesc
Kartic wrote: > > I'm having a problem where when trying to open a file in write mode, > I > > get an IOError stating no such file or directory. I'm calling an > > external program which takes an input file and produces an output > file > > repeatedly, simulating the input file separately for each

Re: cannot open file in write mode, no such file or directory

2005-02-28 Thread Steve Holden
Kartic wrote: I'm having a problem where when trying to open a file in write mode, I get an IOError stating no such file or directory. I'm calling an external program which takes an input file and produces an output file repeatedly, simulating the input file separately for each replicate. The erro

Re: cannot open file in write mode, no such file or directory

2005-02-28 Thread Kartic
> I'm having a problem where when trying to open a file in write mode, I > get an IOError stating no such file or directory. I'm calling an > external program which takes an input file and produces an output file > repeatedly, simulating the input file separately for each replicate. > The error oc

cannot open file in write mode, no such file or directory

2005-02-28 Thread haynesc
Hi, I'm having a problem where when trying to open a file in write mode, I get an IOError stating no such file or directory. I'm calling an external program which takes an input file and produces an output file repeatedly, simulating the input file separately for each replicate. The error occurs