Header

Мы создаём веб сайты и веб приложения

Design is not just what it looks like and feels like

Design is how it works

Давайте сделаем что-то интересное!

среда, 6 апреля 2011 г.

fatal error: Python.h: No such file or directory

Пытался ставить в ubuntu библиотеку
sudo pip install python-Levenshtein
При попытке скомпилиться вылетала ошибка
Levenshtein.c:99: fatal error: Python.h: No such file or directory
compilation terminated.
Лечение очень простое, нужно поставить пакет python-dev (Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications.)
sudo apt-get install python-dev