Message12740

Author jeff.allen
Recipients jeff.allen, stuaxo
Date 2019-11-03.10:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572775673.89.0.173747534161.issue2736@roundup.psfhosted.org>
In-reply-to
Content
I tested this with 2.7.2b2 and can reproduce it.

It actually happens because attempting to import the ssl module fails, and this happens because there is no module called encodings. And it's right: Lib/encodings is not present in my Linux installation if I choose "minimal".

When I make a standard installation (interactively), pip and setuptools are installed for me, successfully. And encodings is present too.

This may be an attempt to save you disk footprint, but it seems misplaced given this consequence. The easy work-around is to make a standard installation.
History
Date User Action Args
2019-11-03 10:07:53jeff.allensetmessageid: <1572775673.89.0.173747534161.issue2736@roundup.psfhosted.org>
2019-11-03 10:07:53jeff.allensetrecipients: + jeff.allen, stuaxo
2019-11-03 10:07:53jeff.allenlinkissue2736 messages
2019-11-03 10:07:53jeff.allencreate