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 brett.cannon
Recipients brett.cannon, pitrou
Date 2012-01-27.21:28:47
SpamBayes Score 0.00045967588
Marked as misclassified No
Message-id <1327699728.56.0.0548366361616.issue13890@psf.upfronthosting.co.za>
In-reply-to
Content
I was getting that error the other day on my OS X laptop, but then I thought I tweaked the code well enough to solve it (since I am running on a case-insensitive filesystem as well). It seems to stem from what nt.environ contains when the test sets PYTHONCASEOK and importlib._bootstrap._case_ok() tries to see if b'PYTHONCASEOK' is in nt.environ.

You (or anyone) have a Windows box to quickly test what nt.environ contains after os.environ.set('PYTHONCASEOK', '1') is called?
History
Date User Action Args
2012-01-27 21:28:48brett.cannonsetrecipients: + brett.cannon, pitrou
2012-01-27 21:28:48brett.cannonsetmessageid: <1327699728.56.0.0548366361616.issue13890@psf.upfronthosting.co.za>
2012-01-27 21:28:47brett.cannonlinkissue13890 messages
2012-01-27 21:28:47brett.cannoncreate