> The second error I got says: "Invalid conversion from 'Python object' to > 'double'", which is something that should *always* work. I get the same > error for other numeric types in other tests. Looks like Python object > conversion is broken in cython-devel. >
I ran into this same problem earlier, and posted a potential fix on #506. It definitely solved the problem I was running into -- I'd be curious as to whether or not it solves the issues you're hitting ... -cc _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
