Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#258 closed defect (fixed)

Problems with python-shapely (python 2.7.2)

Reported by: ccrook Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords: python shapely
Cc:

Description

Since python 2.7.2 the python-shapely package isn't working. It seems that the geos.dll file in apps/python27/DLL is missing. I'm not sure what package is supposed to install it, but without it the package cannot be imported into python

Change History (3)

comment:1 by p0cisk, 12 years ago

Hi, You can edit file apps/Python27/Lib/site-packeges/Shapely/geos.py by changing "geos.dll" to "geos_c.dll" (this file is in bin folder).

Regards, Peter

comment:2 by jef, 12 years ago

Resolution: fixed
Status: newclosed

fixed in python-shapely-1.2.9-3

comment:3 by ccrook, 12 years ago

Thanks :-)

Note: See TracTickets for help on using tickets.