On Fri, Nov 18, 2011 at 9:22 AM, brogi federico <blues...@hotmail.com>wrote:

>  Hi,
>
> -my operating system is :
> Linux fede 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011
> i686 GNU/Linux
>
> -matplotlib version
> 0.99.1.1
>
>  - I obtained the matplotlib from Sourceforge site
>
> - my problem is the following:
>
> >>> from mpl_toolkits.basemap import Basemap
> * *
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File
> "/usr/local/lib/python2.6/dist-packages/mpl_toolkits/basemap/__init__.py",
> line 31, in <module>
>     from mpl_toolkits.axes_grid1 import make_axes_locatable
>   File
> "/usr/local/lib/python2.6/dist-packages/mpl_toolkits/axes_grid1/__init__.py",
> line 2, in <module>
>     from axes_divider import Divider, SubplotDivider, LocatableAxes, \
>   File
> "/usr/local/lib/python2.6/dist-packages/mpl_toolkits/axes_grid1/axes_divider.py",
> line 343, in <module>
>     from matplotlib.gridspec import SubplotSpec, GridSpec
> ImportError: No module named gridspec
>
> I've  just installed basemap- 1.0.2   from Sourceforge site.
>
> Waiting for an answer,
> Thanks,
>
> Federico
>
>
Federico,

v0.99.1.1 is a somewhat older version of matplotlib.  We are currently on
v1.1.0 which was released about a month ago.  Is there a particular reason
why you need that version, or could you try the newer version?  Or, perhaps
your installation of matplotlib did not override a previously existing
install?

Ben Root
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to