[Tutor] ImportError: No module named '_sysconfigdata_m'

Oscar Benjamin oscar.j.benjamin at gmail.com
Tue Sep 24 19:07:20 CEST 2013


On 24 September 2013 16:25, eryksun <eryksun at gmail.com> wrote:
>
> The "command-not-found" script uses 3.x on Ubuntu/Mint:
>
> http://packages.ubuntu.com/saucy/command-not-found
>
> It's 2.x on Debian, but thankfully it isn't part of the default install.

I actually find it useful. I wish I could get the same for import
errors in the Python interactive terminal:

>>> import numpy
ImportError: module numpy not found, install it with 'sudo apt-get
install python3-numpy'


Oscar


More information about the Tutor mailing list