This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients dstufft, larry, ncoghlan, vstinner
Date 2013-11-25.12:40:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385383210.25.0.0445052633004.issue19769@psf.upfronthosting.co.za>
In-reply-to
Content
So, the last part of the error message is just runpy getting confused because attempting to import pip.__main__ threw ImportError (it should check the ImportError name (see issue 19771).

I'm not sure about the first part though - I'm not sure why the pip wheel would lose track of a submodule like that.
History
Date User Action Args
2013-11-25 12:40:10ncoghlansetrecipients: + ncoghlan, vstinner, larry, dstufft
2013-11-25 12:40:10ncoghlansetmessageid: <1385383210.25.0.0445052633004.issue19769@psf.upfronthosting.co.za>
2013-11-25 12:40:10ncoghlanlinkissue19769 messages
2013-11-25 12:40:10ncoghlancreate