Ошибка при установке при установке pykpass - PullRequest
1 голос
/ 19 января 2011

Я обнаружил следующую ошибку при установке модуля pykpass из http://www.huque.com/software/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 Ответ

1 голос
/ 19 января 2011

Python.h: такого файла или каталога нет

Возможно, вы забыли установить пакет python-dev или любую другую форму заголовков разработки Python.

...