[Numpy-svn] [numpy/numpy] 05deb5: MAINT: clearer exception message when importing mu...

GitHub noreply at github.com
Sat May 14 17:32:30 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 05deb50d025943a742ac6017598b42987657af17
      https://github.com/numpy/numpy/commit/05deb50d025943a742ac6017598b42987657af17
  Author: Ralf Gommers <ralf.gommers at gmail.com>
  Date:   2016-05-14 (Sat, 14 May 2016)

  Changed paths:
    M numpy/core/__init__.py

  Log Message:
  -----------
  MAINT: clearer exception message when importing multiarray fails.

This regularly confuses users, see for example gh-5529.

The path via which the multiarray import is reached has changed a few times
in the last couple of years, but multiarray is always the first extension
module to be imported, so this looks like a reasonable place to add the
message.


  Commit: 524e3ece4be3bfb1199a6fbf52fb55b06ddc68d2
      https://github.com/numpy/numpy/commit/524e3ece4be3bfb1199a6fbf52fb55b06ddc68d2
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-05-14 (Sat, 14 May 2016)

  Changed paths:
    M numpy/core/__init__.py

  Log Message:
  -----------
  Merge pull request #7637 from rgommers/importerrors

MAINT: clearer exception message when importing multiarray fails.


Compare: https://github.com/numpy/numpy/compare/43e061b6bd67...524e3ece4be3


More information about the Numpy-svn mailing list