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

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