Skip to content Skip to sidebar Skip to footer

App Engine Sdk Pil Error

I am developing Python application for Google App Engine on MacOS and I am having troubles trying to setup PIL for local development. I am running Python 2.5 in virtualenv and I al

Solution 1:

Try using Pillow instead of PIL.

Update 1

See this thread http://code.activestate.com/lists/python-image-sig/6543/

Post a Comment for "App Engine Sdk Pil Error"