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
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
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
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