On Fri, Jul 8, 2011 at 11:14 AM, Oliver Tonnhofer <[email protected]> wrote: > Hi Sean, > > On 08.07.2011, at 18:16, Sean Gillies wrote: >> Last night I began experimenting with PyPy and Shapely. It's cool to >> see virtualenv, pip, and distribute working with PyPy. Shapely does >> install on PyPy 1.5.0 (thanks, Oliver), but doesn't quite work: > > Are you sure you have all my changes from github? > >> (pypy-2d192eaab45f-osx64)s3:pypy-env seang$ python >> [...] >> ArgumentError: expected c_void_p instance instead of CFunctionType > > PyPy's ctypes is a bit more picky and it wants real function declarations > instead of void pointers. Look at this changeset how do do this: > https://github.com/olt/shapely/commit/74c25d06e9a82a5083e598d04cf5c73ea3e5fd3d > Maybe I missed something.
No, it was me that missed a commit. I've pulled to get current and it seems to work fine :) -- Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
