CentOS 6에 python psutil을 설치하는 방법은 무엇입니까?

CentOS 6에 python psutil을 설치하는 방법은 무엇입니까?
#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

하지만 python26-devel이 설치되어 있습니다. 이것이 어떻게 가능한지? 이 시스템에 Python psutil을 설치하는 방법을 잘 모르겠습니다. (저는 Python 버전 2.6만 가지고 있는 것도 매우 불만족스럽습니다. 하지만 불행하게도 저는 이 시스템에 묶여 있습니다.)

관련 정보