[matplotlib-devel] Bug: Basemap toolkit not 64-bit aware

2006-10-16 Thread Kevin Mueller
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.

Re: [matplotlib-devel] Qt4 support for matplotlib

2006-07-06 Thread Kevin Mueller
> anyone interested. I also noticed an earlier message like this, seemingly > without resolution. Is there other- maybe, better- code for Qt4 available > somewhere? > > Kevin Mueller > Dept. Atmospheric Science, Univ. Illinois Urbana-Qt4Champaign diff -Naur matplotlib-0.87.3.old

[matplotlib-devel] Qt4 support for matplotlib

2006-07-06 Thread Kevin Mueller
available somewhere? Kevin Mueller Dept. Atmospheric Science, Univ. Illinois Urbana-Qt4Champaign diff -Naur matplotlib-0.87.3/lib/matplotlib/__init__.py matplotlib-0.87.3.old/lib/matplotlib/__init__.py --- matplotlib-0.87.3/lib/matplotlib/__init__.py 2006-07-05 22:04:59.0 -0500