Python setproctitle的easy_安装导致gcc错误

Python setproctitle的easy_安装导致gcc错误,python,easy-install,setup.py,Python,Easy Install,Setup.py,我正在尝试安装setproctitle。我尝试过下载软件包并使用setup.py进行安装,也尝试过easy\u安装。这两种方法都不起作用,它们都产生了如下结果: :~$ sudo easy_install setproctitle Searching for setproctitle Reading http://pypi.python.org/simple/setproctitle/ Reading http://code.google.com/p/py-setproctitle/ Best

我正在尝试安装setproctitle。我尝试过下载软件包并使用setup.py进行安装,也尝试过easy\u安装。这两种方法都不起作用,它们都产生了如下结果:

:~$ sudo easy_install setproctitle
Searching for setproctitle
Reading http://pypi.python.org/simple/setproctitle/
Reading http://code.google.com/p/py-setproctitle/
Best match: setproctitle 1.1.2
Downloading http://pypi.python.org/packages/source/s/setproctitle/setproctitle-1.1.2.zip#md5=52f99a78cbdd1b0036bf41b4512442e7
Processing setproctitle-1.1.2.zip
Running setproctitle-1.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-P9lA8V/setproctitle-1.1.2/egg-dist-tmp-T0jtZK
In file included from src/spt.h:15,
             from src/setproctitle.c:14:
src/spt_python.h:14:20: error: Python.h: No such file or directory
src/setproctitle.c:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
src/setproctitle.c:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
src/setproctitle.c:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
src/setproctitle.c:68: error: array type has incomplete element type
src/setproctitle.c:69: error: ‘PyCFunction’ undeclared here (not in a function)
src/setproctitle.c:69: error: expected ‘}’ before ‘spt_setproctitle’
src/setproctitle.c:70: error: expected ‘}’ before ‘spt_getproctitle’
src/setproctitle.c:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘initsetproctitle’
error: Setup script exited with error: command 'gcc' failed with exit status 1
我真的不确定发生了什么事。我以前很容易安装。我正在运行Ubuntu 10.04的新安装。如有任何帮助,将不胜感激。

安装该软件包