Hi there,

Very basic questions.
I have installed matplotlib by Synaptic on Ubuntu and I'm trying to get the
examples work (without much success!).

1. To begin with, I've copied the lines:

deb http://anakonda.altervista.org/debian packages/
deb-src http://anakonda.altervista.org/debian sources/

into /etc/apt/sources.list, but when I try to update I get errors like this:

Failed to fetch http://anakonda.altervista.org/debian/packages/Packages.gz
302 Moved Temporarily [IP: 193.1.172.188 8484]


2. When I try to run some examples I have downloaded from the website, the
program complains about modules. For example, if I try
python hline_demo.py

I get:

Traceback (most recent call last):
  File "hline_demo.py", line 2, in <module>
    from matplotlib.pyplot import *
ImportError: No module named pyplot


Can anybody help here?

Cheers,
Davide
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to