mattip <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1696> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
