使用matplotlib:ImportError:没有名为animation的模块?

时间:2011-12-23 04:23:35

标签: python matplotlib enthought

我尝试在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

1 个答案:

答案 0 :(得分:2)

FWIW,您应该可以使用enpkg matplotlib [version]更新到matplotlib 1.1.0或1.2.0。

https://support.enthought.com/entries/22415022-Using-enpkg-to-update-EPD-packages