Re: SOLUTION Help needed: file writing problem with subprocess

2005-12-05 Thread Pekka Niiranen
Fredrik Lundh wrote: > Pekka Niiranen wrote: > > >>I am running Python script in W2K or in WinXP. >>The script is started from DOS prompt and writes text file to disk >>with codecs.open() in UTF8. >> >>The problem is: When script writes the file and tries to read it >>with by calling itself thru

Re: SOLVED: Help needed: file writing problem with subprocess

2005-12-05 Thread pekka niiranen
Fredrik Lundh wrote: > Pekka Niiranen wrote: > > >>I am running Python script in W2K or in WinXP. >>The script is started from DOS prompt and writes text file to disk >>with codecs.open() in UTF8. >> >>The problem is: When script writes the file and tries to read it >>with by calling itself thru

Re: Help needed: file writing problem with subprocess

2005-12-05 Thread Fredrik Lundh
Pekka Niiranen wrote: > I am running Python script in W2K or in WinXP. > The script is started from DOS prompt and writes text file to disk > with codecs.open() in UTF8. > > The problem is: When script writes the file and tries to read it > with by calling itself thru subprocess() the created file

Help needed: file writing problem with subprocess

2005-12-04 Thread Pekka Niiranen
Hi, I am running Python script in W2K or in WinXP. The script is started from DOS prompt and writes text file to disk with codecs.open() in UTF8. The problem is: When script writes the file and tries to read it with by calling itself thru subprocess() the created files are NOT accessible because