Sorry if this is the wrong location for basemap toolkit bug reports.
Please redirect me if that is the case.
Anyhow, I notice that in pyproj.pyx, the python function
PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
void **buffer,
Py_ssize_t *buffer_len);
is incorrectly referenced as
int PyObject_AsWriteBuffer(object, void **rbuf, int *len)
and chokes on 64-bit compiles. My workaround was to more-or-less switch
from "int" to "long", but I'm sure there is a better solution.
Kevin Mueller
Dept Atmospheric Sciences, Univ. Illinois Urbana-Champaign
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel