On Sat, Apr 14, 2012 at 9:14 PM, Al Danial <al.dan...@gmail.com> wrote: > On Thu, Apr 12, 2012 at 7:38 AM, mark florisson <markflorisso...@gmail.com> > wrote: >> >> Yet another release candidate, this will hopefully be the last before >> the 0.16 release. You can grab it from here: >> http://wiki.cython.org/ReleaseNotes-0.16 > >> If there are any problems, please let us know. > > I'm having the same problem ("Cannot convert 'PyObject *' to Python object", > ref my posts at > http://groups.google.com/group/cython-users/browse_thread/thread/d1a727e9d61f93b6#) > on my code as with the release candidate 0. The code builds and runs > cleanly with 0.15.1. To duplicate: > > svn co http://pynastran.googlecode.com/svn/trunk/pyNastran/op4 > cd op4 > make clean ; make
Including the problematic line would have been helpful. ndarray.base = <PyObject*> array_wrapper_RS This is due to the Numpy 1.7 fix. I think we need to pull these commits out for now: https://github.com/cython/cython/pull/112 - Robert _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel