[issue22967] tempfile.py does not work in windows8

2014-11-29 Thread Kyle Lahnakoski
New submission from Kyle Lahnakoski: I installed python 2.7.8 on Windows version 6.2 (build 9200) and get-pip.py does not run. I traced the problem to c:\python27\lib\tempfile.py Here is my session: c:\Users\kyle\Downloadspython Python 2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500

[issue22967] tempfile.py does not work in windows8

2014-11-29 Thread Zachary Ware
Zachary Ware added the comment: Try the following in Command Prompt: cd /D C:\Users\kyle\Downloads python -c import io;print io.__file__ The result should be C:\Python27\lib\io.pyc. If it's not, rename the file that you do get back. -- nosy: +zach.ware resolution: - not a bug

[issue22967] tempfile.py does not work in windows8

2014-11-29 Thread Kyle Lahnakoski
Kyle Lahnakoski added the comment: Doh! Dirty directory! Thank you for your time! My apologies. -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22967 ___

[issue22967] tempfile.py does not work in windows8

2014-11-29 Thread Zachary Ware
Zachary Ware added the comment: No problem, glad it was an easy one :) -- stage: - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22967 ___