|
From: John H. <jd...@gm...> - 2008-03-21 19:44:19
|
On Sat, Feb 23, 2008 at 3:25 AM, pmarsh <pm...@ha...> wrote: > Hello List, > > I am using python-matplotlib version 0.87.7-0.3ubuntu1(feisty) and > having some problems with a script that uses it. I get this import error > and am not sure how to debug it further, any assistance would be greatly > appreciated. It looks like the basemap version you are using is assuming a more recent version of matplotlib. You will probably either need to upgrade to more recent matplotlib (0.91.2 is the most recent) or downgrade to an older basemap. JDH |