<div dir="ltr">Hi all,<br>
<br>
A bit of shameless self-promotion but in case anyone interested, a while
ago, I had started to work on a project to improve error message. In
case anyone's interested, you can found everything at:
<a target="_blank" href="https://github.com/SylvainDe/DidYouMean-Python">https://github.com/SylvainDe/<wbr>DidYouMean-Python</a> . It can be invoked in
different ways, one of them being a hook. For instance, you'd get
something like:<br>
<br>
<span style="font-family:monospace,monospace">>>> import didyoumean_api<br>
>>> didyoumean_api.didyoumean_<wbr>enablehook()<br>
>>> math.pi<br>
Traceback (most recent call last):<br>
File "<stdin>", line 1, in <module><br>
NameError: name 'math' is not defined<b>. Did you mean to import math first?</b></span><br>
<br>
There is still a lot to be done (and the main thing would be to make it
pip installable) but it may be useful if the improved error messages do
not make it to the CPython interpreter.<br>
<br>
Regards<br>
<br>
Sylvain</div>