# Needs NumPy
try:
import numpy.oldnumeric as _Numeric
except:
msg= """
This module requires the NumPy module, which could not be
imported. It probably is not installed (it's not part of the
standard Python distribution). See the Numeric Python site
(http://numpy.scipy.org) for information on downloading source or
binaries."""
raise ImportError, "NumPy not found.\n" + msg
1条答案
按热度按时间v6ylcynt1#
检查此问题板:https://github.com/ContinuumIO/anaconda-issues/issues/565
出现这个错误是因为wxpython使用了numpy.oldnumeric,而numpy1.9中已经删除了它: