2011-01-19 137 views
1

我在http://www.huque.com/software/pykpass/上安装pykpass模块时遇到以下错误。以下是错误:安装pykpass安装时出错

wrap_kpass.c:1:20: error: Python.h: No such file or directory 
wrap_kpass.c:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token 
wrap_kpass.c:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token 
wrap_kpass.c:31: error: array type has incomplete element type 
wrap_kpass.c:32: error: ‘wrap_kpass’ undeclared here (not in a function) 
wrap_kpass.c:32: error: ‘METH_VARARGS’ undeclared here (not in a function) 
wrap_kpass.c:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘init_kpass’ 

任何帮助将非常感激。

+1

对于第一个错误:你在Linux上运行它?因为Python头文件包含在`python-dev`包中。 – rubik 2011-01-19 19:06:32

回答

1

Python.h: No such file or directory

也许你忘了安装包python-dev或Python的开发头文件的任何其他形式。

+0

感谢,像一个魅力:) – w2lame 2011-01-19 20:27:52