Le 28/12/2015 17:12, Baptiste Carvello a écrit :
> Hi,
> 
> not a cython dev, but I believe I hit the very same problem (I'm going
> on vacation now, full report in January).
> 
> You may fix the compilation error by adding the following unused import:
>>>> from gldraw import vec4

sorry, that's a cimport, i.e.

>>> from gldraw cimport vec4

> 
> Please tell me if it works for you,
> 
> Baptiste

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to