[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
[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
Could you please post your entire program, if possible?
Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
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
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
> 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
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