On Wed, Sep 22, 2010 at 1:14 PM, Jeremy Lounds <lo...@gm...> wrote: > Nevermind, I think I solved it... > > $ cd /usr/local/lib/python2.6/dist-packages > $ sudo cp -R * /usr/lib/python2.6/dist-packages/ > > Maybe worth a note somewhere? Or maybe it is there, I just completely > missed > the right configuration/installation step. > > ~ Jeremy > > > I am not 100% certain on this, but if I remember correctly, the issue was that the python search path doesn't go into /usr/local/lib. That or that the OS wasn't searching for library files in /usr/local/lib. I can't remember... Whatever it was, I don't think it was specific to matplotlib. I really should write notes to myself when I encounter these situations... Ben Root