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
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to