This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ggenellina
Recipients amaury.forgeotdarc, eckhardt, ggenellina, javen72
Date 2009-01-21.07:36:00
SpamBayes Score 0.0025288123
Marked as misclassified No
Message-id <1232523362.83.0.182241636779.issue4944@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for adapting the smaller example. I think I figured out what's 
the problem.

The error reported by checkfile.c is 0x20 = ERROR_SHARING_VIOLATION
"The process cannot access the file because it is being used by 
another process."

I modified the subprocess call, adding the parameter close_fds=True -- 
and now I see no errors. 
Please do a similar change in your application and see if it works.
History
Date User Action Args
2009-01-21 07:36:03ggenellinasetrecipients: + ggenellina, amaury.forgeotdarc, eckhardt, javen72
2009-01-21 07:36:02ggenellinasetmessageid: <1232523362.83.0.182241636779.issue4944@psf.upfronthosting.co.za>
2009-01-21 07:36:01ggenellinalinkissue4944 messages
2009-01-21 07:36:00ggenellinacreate