>On 7 July 2010 19:02, Eric Firing <efir...@hawaii.edu> wrote:
> On 07/07/2010 05:01 AM, Benjamin Root wrote:
>> Samuel,
>>
>> Fortunately, matplotlib keeps all of the files that it compiles with the
>> python files that it installs.  On Ubuntu, I believe that the
>> installation directory was /usr/lib/python2.?/dist-packages/matplotlib*
>
> ubuntu 8.04 was still using site-packages; the switch to dist-packages
> was in 9.10, if I remember correctly.  8.04 uses python 2.5.
>
> Also check the /usr/local path along with the /usr path. I'm not sure
> whether the installation from source put things by default in /usr or
> /usr/local.

You can check where your matplotlib is installed with

$ python -c "import matplotlib; print matplotlib"

Cheers,
Scott

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to