From: Jason G. <jas...@cr...> - 2012-11-30 14:14:01
|
On 11/29/12 10:59 AM, Michael Droettboom wrote: > I've not had > much luck with Cython for this kind of thing in the past, but I know it > is popular. I'm curious about what problems you've run into and how long it was. In the past, Cython hasn't supported C++ very well, but the situation has greatly improved recently. See http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html for some details. Thanks, Jason |