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 shreyanavigyan
Recipients brett.cannon, eric.smith, eric.snow, ncoghlan, ned.deily, ronaldoussoren, serhiy.storchaka, shreyanavigyan
Date 2021-04-05.15:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617635911.83.0.90400588935.issue43728@roundup.psfhosted.org>
In-reply-to
Content
> "migrate to a supported platform" is almost never practical advice. If we make any change, I'd just say it's not supported on this platform. Or maybe "you may be running on platform that is not supported by curses".

Ok...So what about a message like this :-
ModuleNotFoundError: _curses library not found. Install a supported _curses library to use the curses module (The _curses library may not be supported on your platform).
History
Date User Action Args
2021-04-05 15:18:31shreyanavigyansetrecipients: + shreyanavigyan, brett.cannon, ronaldoussoren, ncoghlan, eric.smith, ned.deily, eric.snow, serhiy.storchaka
2021-04-05 15:18:31shreyanavigyansetmessageid: <1617635911.83.0.90400588935.issue43728@roundup.psfhosted.org>
2021-04-05 15:18:31shreyanavigyanlinkissue43728 messages
2021-04-05 15:18:31shreyanavigyancreate