Hi Stefan, > AttributeError: 'UnspecifiedType' object has no attribute > 'create_from_py_utility_code' > > (full traceback below) > > 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. -cc _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
