|
From: Allen H. <AHa...@au...> - 2012-02-20 20:49:03
|
Worked like a charm. Thanks.
Allen
From: ben...@gm... [mailto:ben...@gm...] On Behalf Of
Benjamin Root
Sent: Monday, February 20, 2012 3:21 PM
To: Allen Hathaway
Cc: mat...@li...
Subject: Re: [Matplotlib-users] Animation module
On Mon, Feb 20, 2012 at 12:32 PM, Allen Hathaway
<AHa...@au...> wrote:
I downloaded the Windows installer and installed matplotlib. I tried to
run one of the examples from the examples directory - animate_decay -
and got the following error:
Traceback (most recent call last):
File "C:\Bin\Python Scripts\plot_decay.py", line 3, in <module>
import matplotlib.animation as animation
ImportError: No module named animation
What did I do wrong?
Allen
Chances are, an older version of matplotlib is still installed. Clean
out all matplotlib installs and reinstall the current one. (Note: need
v1.1.0 and greater for the animation module).
Also, please keep in mind the animation module is very much an
experiment and we greatly welcome feedback on how it works for you!
Cheers!
Ben Root
|