我在从http://www.huque.com/software/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’
任何帮助都会非常感激。
答案 0 :(得分:1)
Python.h:没有这样的文件或目录
可能您忘记安装包python-dev
或任何其他形式的Python开发标题。