![](https://secure.gravatar.com/avatar/0508a883f97a7d0b6eb47288428b31a5.jpg?s=120&d=mm&r=g)
Nov. 23, 2012
2:46 p.m.
2012/11/23 Sasikanth Eda <sasikanth.ece@gmail.com>
[linux@localhost disutils_example]$ pypy setup.py build running build running build_ext building 'demo' extension cc -fPIC -Wimplicit -I/usr/lib64/pypy-1.9/include -c demo.c -o build/temp.linux-x86_64-2.7/demo.o demo.c:1:20: fatal error: Python.h: No such file or directory compilation terminated. error: command 'cc' failed with exit status 1
where as python-devel package which contains these header files is installed.
PyPy does not use python-devel. The "Python.h" header provide the same interface, but with important differences in the implementation. There should be a "pypy-devel" package that you should install as well. -- Amaury Forgeot d'Arc