Como instalar o python psutil no CentOS 6?

Como instalar o python psutil no 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

Mas o python26-devel está instalado. Como isso é possível? Não tenho certeza de como instalar o python psutil neste sistema? (Também estou muito insatisfeito por ter apenas o python versão 2.6, mas infelizmente estou vinculado a este sistema.)

informação relacionada