[Community] Stumbling on Shapely

Marc Pfister mpfister at enplan.com
Mon Nov 17 23:23:37 EET 2008


Sean Gillies wrote:


> Can you try the attached ctypes_declarations.py file for me?

Nope, still errors at line 19:

line 19, in <module>
    lgeos.GEOS_getWKBOutputDims.restype = ctypes.c_int
  File "/usr/lib/python2.5/ctypes/__init__.py", line 361, in __getattr__
    func = self.__getitem__(name)
  File "/usr/lib/python2.5/ctypes/__init__.py", line 366, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/libgeos_c.so.1: undefined symbol:
GEOS_getWKBOutputDims


If I comment it out, it then errors at line 64,
GEOSCoordSeq_getOrdinate.

Marc



More information about the Community mailing list