[Pythonmac-SIG] GDAL python bindings?

Darran Edmundson darran.edmundson at anu.edu.au
Thu Jan 27 14:34:24 CET 2005


Can anyone explain how to get GDAL
     http://www.remotesensing.org/gdal/index.html
to compile with python bindings.  I've downloaded from
http://gdal.org/dl/, tried the standard "configure; make" but
get the following:

g++ -Wl,-bind_at_load  -o .libs/_gdalmodule.so -bundle 
.libs/gdal_wrap.o .libs/numpydataset.o .libs/gdalnumeric.o 
../.libs/libgdal.dylib
ld: Undefined symbols:
_PyArg_Parse
_PyArg_ParseTuple
_PyDict_New
_PyDict_Next
_PyDict_SetItem
_PyDict_Type
_PyErr_Clear
_PyErr_SetString
[...]

Someone brought this issue up on the list back in Nov 2003 but
there was no response to this same problem.

Cheers,
Darran.

P.S. Is there an easier way to search the list archives than
going month by month through
    http://mail.python.org/pipermail/pythonmac-sig/

-- 
Darran Edmundson (darran.edmundson at anu.edu.au)
ANU Supercomputer Facility Vizlab
Australian National University, Canberra, ACT 2600
tel: +61 2 6125-0517  fax: +61 2 6125-5088


More information about the Pythonmac-SIG mailing list