Hoyt,

All functions, even external ones, that can be run without the gil
> need the "nogil" decorator on the end or cython assumes it needs the
> gil.  E.g.
>
> > cdef extern from "highgui.h":
> >     cdef IplImage* cvLoadImage(char* file, int iscolor) nogil
> >     cdef int cvNamedWindow(char* name, int flag) nogil
> ...
>

This worked beautifully.

thank you very much!

This list is very patient with the newbies. I appreciate that!

Cheers,

Chris
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to