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 pdsimanyi
Recipients markon, pdsimanyi
Date 2009-07-07.22:12:03
SpamBayes Score 0.0003412854
Marked as misclassified No
Message-id <1247004724.67.0.954757520636.issue6074@psf.upfronthosting.co.za>
In-reply-to
Content
I verified that launching the script from a CMD.EXE window instead of
from Cygwin also reproduces the "can't overwrite ZZZ.pyc". Here's a
sample of "python -v" showing this:

 # C:\depot\central\ntf\tools\bin\build1.pyc has bad mtime
 import build1 # from C:\depot\central\ntf\tools\bin\build1.py
 # can't create C:\depot\central\ntf\tools\bin\build1.pyc

If you would like some help, I can discuss this with Windows expert
programmers here and see whether they can suggest a solution you might
find acceptable. Thank you.
History
Date User Action Args
2009-07-07 22:12:04pdsimanyisetrecipients: + pdsimanyi, markon
2009-07-07 22:12:04pdsimanyisetmessageid: <1247004724.67.0.954757520636.issue6074@psf.upfronthosting.co.za>
2009-07-07 22:12:03pdsimanyilinkissue6074 messages
2009-07-07 22:12:03pdsimanyicreate