Re: [matplotlib-devel] Problem installing basemap

2010-09-22 Thread Benjamin Root
On Wed, Sep 22, 2010 at 1:14 PM, Jeremy Lounds 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

Re: [matplotlib-devel] Problem installing basemap

2010-09-22 Thread Jeremy Lounds
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 On Wed, Sep 22, 2010 at 2:00 PM, Jerem

[matplotlib-devel] Problem installing basemap

2010-09-22 Thread Jeremy Lounds
Hello, I am new to python, matplotlib and basemap, but I _am_ familiar with Linux. I have dome some searching on this but am still not sure where I am going wrong. It looks like basemap is being installed as an "egg" even though I used this command when installing: python setup.py install When