[Live-demo] [OSGeo] #1361: IRIS cartopy needs pyshp ?

OSGeo trac_osgeo at osgeo.org
Thu Jun 26 20:51:15 PDT 2014


#1361: IRIS cartopy needs pyshp ?
-----------------------+----------------------------------------------------
 Reporter:  darkblueb  |       Owner:  live-demo@…              
     Type:  defect     |      Status:  new                      
 Priority:  major      |   Milestone:  OSGeoLive8.0             
Component:  LiveDVD    |    Keywords:  IRIS, python             
-----------------------+----------------------------------------------------
 {{{
 ## from the example docs
 import cartopy.crs as ccrs

 --------------------------------------------------------------------------
 ImportError                               Traceback (most recent call
 last)
 <ipython-input-2-762e43a32730> in <module>()
 ----> 1 import cartopy.crs as ccrs

 /usr/local/lib/python2.7/dist-packages/cartopy/__init__.pyc in <module>()
     108 # convenience.
     109 import cartopy.crs
 --> 110 import cartopy.feature

 /usr/local/lib/python2.7/dist-packages/cartopy/feature.py in <module>()
      27 import six
      28
 ---> 29 import cartopy.io.shapereader as shapereader
      30 import cartopy.crs
      31

 /usr/local/lib/python2.7/dist-packages/cartopy/io/shapereader.py in
 <module>()
      47
      48 from shapely.geometry import MultiLineString, MultiPolygon, Point,
 Polygon
 ---> 49 import shapefile
      50 import six
      51

 ImportError: No module named shapefile

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/1361>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list