I am trying to setup my Django variant (Wagtail) but have problems installing the required Pillow.
Background: Am running Python 2.6.6, in virtua
Python 2.6.6
virtua
In case this helps anyone else. This may be what the service provider did.
On CentOS I ended up having to install Python headers to fix the problem.
yum install python-devel
then
pip install Pillow