3

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

4

1 回答 1

2

FWIW,您应该能够使用enpkg matplotlib [version].

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

于 2013-02-08T00:55:58.870 回答