Ben Aurel wrote: > ** /usr/local/python/include/python2.6/Python.h
But >>> 7 gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall >>>-Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c Which looks to me like you're getting a system-installed Python 2.5 when you run 'python', instead of the Python 2.6 that you installed yourself. Try this instead: python2.6 setup.py install Also, if you want 'python' to refer to python2.6, you may need to adjust a symlink somewhere or adjust your PATH. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
