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. Regards, Oliver _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
