> I'm sure this can be done, but we'd need more details to answer your > question. Are you using some Python wrapper of Qt, or are you calling > Qt directly from Cython? How are you getting your data? > > -Robert
I'm using PyQt. PyQt gives me Python ints which are the address of the byte arrays and their lengths (both arrays are the same length). I'm just passing those ints to a Cython function, Cython doesn't need access to Qt or PyQt at all. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
