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 akineko, ggenellina, loewis
Date 2007-09-01.01:03:03
SpamBayes Score 0.5123556
Marked as misclassified No
Message-id <1188608584.24.0.734643317822.issue1073@psf.upfronthosting.co.za>
In-reply-to
Content
Does the file exist before program is started, and remains after 
program finishes?
If it is your program which creates the file, you may have a race 
condition. Maybe some delays/retries will be enough, or perhaps you 
will have to use some other syncronization mechanisms.

Also, I see you use a relative path. Do you change the current 
directory (with os.chdir or similar)?
History
Date User Action Args
2007-09-01 01:03:04ggenellinasetspambayes_score: 0.512356 -> 0.5123556
recipients: + ggenellina, loewis, akineko
2007-09-01 01:03:04ggenellinasetspambayes_score: 0.512356 -> 0.512356
messageid: <1188608584.24.0.734643317822.issue1073@psf.upfronthosting.co.za>
2007-09-01 01:03:04ggenellinalinkissue1073 messages
2007-09-01 01:03:03ggenellinacreate