I have successfully generated .c file using Cython, but when i try to compile it using gcc, i get these errors... This is just the first line of the error... There are 3 pages of errors similar to this... My .py code is a simple:
print "test"
error:
unknown type name ‘Py_UNICODE’
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)