Re: [matplotlib-devel] basemap not working with GEOS 3.1

2009-07-28 Thread Jeff Whitaker
Adam Mercer wrote: > On Tue, Jul 28, 2009 at 05:14, Jeff Whitaker wrote: > > >> Chris: This usually happens when you build mix different versions of >> geos, i.e. build with the 3.1 lib but the 2.2.3 headers, or link with >> the 3.1 shared lib and then have it pick up the 2.2.3 shared lib at ru

Re: [matplotlib-devel] basemap not working with GEOS 3.1

2009-07-28 Thread Adam Mercer
On Tue, Jul 28, 2009 at 05:14, Jeff Whitaker wrote: > Chris:  This usually happens when you build mix different versions of > geos, i.e. build with the 3.1 lib but the 2.2.3 headers, or link with > the 3.1 shared lib and then have it pick up the 2.2.3 shared lib at run > time.  Do you have two ver

Re: [matplotlib-devel] basemap not working with GEOS 3.1

2009-07-27 Thread Chris Petrich
On Mon, Jul 27, 2009 at 8:14 PM, Jeff Whitaker wrote: > Chris Petrich wrote: >> >> Hi, >> >> I get a Topology Exception with GEOS 3.1: >> >> import mpl_toolkits.basemap as bm >> print "GEOS version: ", bm._geoslib.__geos_version__ >> print "basemap version: ", bm.__version__ >> >> m = bm.Basemap(wi

Re: [matplotlib-devel] basemap not working with GEOS 3.1

2009-07-27 Thread Jeff Whitaker
Chris Petrich wrote: > Hi, > > I get a Topology Exception with GEOS 3.1: > > import mpl_toolkits.basemap as bm > print "GEOS version: ", bm._geoslib.__geos_version__ > print "basemap version: ", bm.__version__ > > m = bm.Basemap(width=1200,height=800, \ > resolution='l',projecti

[matplotlib-devel] basemap not working with GEOS 3.1

2009-07-27 Thread Chris Petrich
Hi, I get a Topology Exception with GEOS 3.1: import mpl_toolkits.basemap as bm print "GEOS version: ", bm._geoslib.__geos_version__ print "basemap version: ", bm.__version__ m = bm.Basemap(width=1200,height=800, \ resolution='l',projection='laea',\ lat_0=55,lon_0