From: Davide C. <da...@fi...> - 2008-02-28 17:40:05
|
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 |