[MapProxy] Installation Problems on Ubuntu

Oliver Tonnhofer olt at omniscale.de
Thu Mar 24 11:14:34 EDT 2011


On 24.03.2011, at 15:24, Max Stephan wrote:

> Hi list,
>  
> I followed the steps in the installation documentation and succeeded installing it on one of our machines whereas on another one it just won´t work. I installed every required package. The first problem occurs when I want to install Shapely via pip which doesn´t work. So I installed it directly from source. When trying to install Mapproxy via pip I get the following very long list of errors. Any idea what might be wrong with my installation and what causes all those errors?

It looks like you don't have python-imaging installed and so it will try to compile PIL (Imaging).

The first error is:

    _imaging.c:75:20: error: Python.h: No such file or directory

which means that you don't have the Python header files (python-dev or python-develop on Debian). The other errors should disappear then, GCC is a bit clueless in this regard.


Regards,
Oliver

-- 
Oliver Tonnhofer    | Omniscale GmbH & Co KG    | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt





More information about the MapProxy mailing list