[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Eric V. Smith
Eric V. Smith added the comment: @shreyanavigyan: Thank you for your efforts to improve Python! -- resolution: -> wont fix ___ Python tracker ___

[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Shreyan Avigyan
Change by Shreyan Avigyan : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Shreyan Avigyan
Shreyan Avigyan added the comment: Yeah...I agree. Therefore this issue is resolved and I will close this issue now. Thanks everyone for the advice. With Regards -- ___ Python tracker

[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Eric V. Smith
Eric V. Smith added the comment: I agree with Ned. This is why I'm not sure it’s worth changing the message: googling gives good information, and the exact thing to do in order resolve this (if it’s even possible) is dependent on a number of factors that the code raising the exception can’t

[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Ned Deily
Ned Deily added the comment: "Install a supported _curses library" That's not correct advice. _curses is the name of the support module written in C in the Python Standard Library. If it is not available to import in an installation, it's most likely because the build of the module failed

[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Shreyan Avigyan
Shreyan Avigyan added the comment: Is this issue ready for a PR? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43728] Change the exception message raised when _curses is not found.

2021-04-05 Thread Shreyan Avigyan
Change by Shreyan Avigyan : -- title: Change the exception type and message raised when _curses is not found. -> Change the exception message raised when _curses is not found. ___ Python tracker