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 steve.dower
Recipients jafo, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-08-02.23:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564788316.52.0.541666811226.issue25172@roundup.psfhosted.org>
In-reply-to
Content
Marking this easy/newcomer friendly.

This should catch the ModuleNotFoundError raised when _crypt is missing and raise a more informative ImportError saying that crypt is unsupported.

All the other modules that are missing are native extension modules that are not built - this is the only one that is a .py file. We don't exclude any other Lib\*.py files from the distribution.
History
Date User Action Args
2019-08-02 23:25:16steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, jafo, tim.golden, zach.ware
2019-08-02 23:25:16steve.dowersetmessageid: <1564788316.52.0.541666811226.issue25172@roundup.psfhosted.org>
2019-08-02 23:25:16steve.dowerlinkissue25172 messages
2019-08-02 23:25:16steve.dowercreate