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

mattip tracker at bugs.pypy.org
Sun Mar 30 21:07:43 CEST 2014


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

result = finder(distlib_package).find(name)
the wheel installer is looking for name=t32.exe deep in a zipfile (pip.zip)
\pip.zip\pip\_vendor\distlib\t32.exe
and not finding it.

If I expand the pip.zip, intsallation proceeds flawlessly. I'm not sure where to 
look next, perhaps something is wrong with zip directories and pypy win32?

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


More information about the pypy-issue mailing list