Wie installiere ich Python psutil auf CentOS 6?

Wie installiere ich Python psutil auf CentOS 6?
#yum install python26 python26-devel python26-setuptools gcc
#easy_install psutil
[root@vps021 ~]# easy_install psutil
Searching for psutil
Reading http://pypi.python.org/simple/psutil/
Best match: psutil 3.2.2
Downloading https://pypi.python.org/packages/source/p/psutil/psutil-3.2.2.tar.gz#md5=56df1727c9e26076a80da4c3f8f67976
Processing psutil-3.2.2.tar.gz
Running psutil-3.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-JLmzFu/psutil-3.2.2/egg-dist-tmp-1dna_f
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: manifest_maker: MANIFEST.in, line 18: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
psutil/_psutil_linux.c:12:20: error: Python.h: No such file or directory

Aber python26-devel ist installiert. Wie ist das möglich? Ich bin nicht sicher, wie ich Python psutil auf diesem System installieren soll. (Ich bin auch sehr unzufrieden damit, nur Python Version 2.6 zu haben, aber leider bin ich an dieses System gebunden.)

verwandte Informationen