Tag Archives: Easyinstall Python

EasyInstall – Python.h: No such file or directory

Using easyinstall on a fresh ubuntu 11 installation (with python 2.7) you get the following:
fatal error: Python.h: No such file or directory

Well, you just have to install the python2.7-dev package:

$ sudo apt-get install python2.7-dev