Message152121
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? |
|
Date |
User |
Action |
Args |
2012-01-27 21:28:48 | brett.cannon | set | recipients:
+ brett.cannon, pitrou |
2012-01-27 21:28:48 | brett.cannon | set | messageid: <1327699728.56.0.0548366361616.issue13890@psf.upfronthosting.co.za> |
2012-01-27 21:28:47 | brett.cannon | link | issue13890 messages |
2012-01-27 21:28:47 | brett.cannon | create | |
|