#258 closed defect (fixed)
Problems with python-shapely (python 2.7.2)
Reported by: | ccrook | Owned by: | |
---|---|---|---|
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 , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in python-shapely-1.2.9-3
Note:
See TracTickets
for help on using tickets.
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