我尝试在 Mac OS X 上使用 EPD 安装,在 Ubuntu 上使用 apt-get 安装过程,在 Ubuntu 上使用 EPD 安装。
在 python 交互式解释器中:
>>> import matplotlib.animation as animation
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named animation
此 matplotlib 示例代码中使用了该导入:
http://matplotlib.sourceforge.net/examples/animation/double_pendulum_animated.html