0

added note to README about missing Imaging.h on some platforms

This commit is contained in:
Aaron Griffith
2010-10-26 07:53:48 -04:00
parent 8dfeccc141
commit 169d553360

View File

@@ -101,7 +101,11 @@ compile this extension like this::
python setup.py build
Note that you need the development headers for your version of Python installed,
look for a package named 'python-dev', 'python-devel' or similar.
look for a package named 'python-dev', 'python-devel' or similar. Also, some
Python distributions do not install "Imaging.h" and "ImPlatform.h" properly. If
you get errors complaining about them, you can get them from the PIL source, or
at <http://svn.effbot.org/public/tags/pil-1.1.7/libImaging/>. Just put them in
the same directory as "_composite.c".
Running
-------