id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 2089,liblwgeom cannot be used through python ctypes,brushtyler,strk,"I'm trying to access liblwgeom functionalities through python ctypes, but I get an error because lwgeom_init_allocators is not defined. {{{ >>> ctypes.cdll.LoadLibrary(""/usr/local/lib/liblwgeom.so"") Traceback (most recent call last): ... self._handle = _dlopen(self._name, mode) OSError: /usr/local/lib/liblwgeom.so: undefined symbol: lwgeom_init_allocators }}} In fact programs want to use the library must define lwgeom_init_allocators() function.",enhancement,closed,medium,PostGIS 2.1.0,liblwgeom,master,fixed,,darkpanda