Hi Craig On Wed, Sep 22, 2010 at 5:58 PM, Craig Citro <[email protected]> wrote: >> Have you seen this before? >> > Unfortunately, yes. It means that the type inferencer left something > in a halfway state (i.e. it didn't finish inferring types everywhere). > I'd love to see the code (I dealt with dozens of these during the 0.13 > release cycle), but as a temporary workaround you can either (1) add > explicit type info for the variable it's complaining about, which may > involve a little digging, or (2) turn off type inference completely.
Thanks for the quick response. You are more than welcome to have a look at the code here: http://github.com/stefanv/scikits.image/blob/master/scikits/image/opencv/opencv_cv.pyx The file is fairly short (mostly docstring). Regards Stéfan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
