Let me guess, you didn't have a development version of Python (with the requisite headers)?
In any case, welcome to Cython! On Mar 18, 2009, at 11:41 PM, Nicolas Dumazet wrote: > psshhht, forget this. Solved, sorry for the naive question =) > > 2009/3/19 Nicolas Dumazet <[email protected]>: >> Hello Cython community! >> >> Following the announcement of accepted organizations for the Google >> Summer of Code of this year, I discovered cython =) >> >> Curious about this project, I wanted to take a look into it. After >> reading http://wiki.cython.org/HackerGuide I checked out cython-devel >> branch and tried building it. >> >> Following INSTALL instructions, I tried "python setup.py". >> This, however seems to fail when building 'Cython.Plex.Scanners' >> extension : Plex/Scanners.c can't find Python.h nor structmember.h >> for >> inclusion, and building fails. >> >> I first thought that the dev branch was broken at the moment, and >> tried building cython main branch instead, but got the same errors =) >> >> What did I misunderstand? ^_^ >> >> My current box is an Unix system. Please ask if you need more >> input from me! >> >> Thanks! >> -- >> Nicolas Dumazet — NicDumZ [ nɪk.d̪ymz ] >> > > > > -- > Nicolas Dumazet — NicDumZ [ nɪk.d̪ymz ] > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
