[pypy-issue] [issue1696] Can not install pip with get-pip.py

mattip tracker at bugs.pypy.org
Sun Apr 27 00:01:44 CEST 2014


mattip <matti.picus at gmail.com> added the comment:

The source of the distlib failure is in zipimport caching file paths with unix '/' 
path.sep instead of windows '\\' pathsep. This makes the ZipResourceFinder 
unhappy. I expanded the test_zip_directory_cache test to check, it currently fails 
on windows.

----------
status: chatting -> in-progress

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1696>
________________________________________


More information about the pypy-issue mailing list