Activate webp in local google app engine
On Ubuntu Linux, the python-imaging package doesn't have webp support compiled. Fortunately, it's easy to fix:
- Remove the official python-imaging package.
- Install libwebp-dev.
- Run "sudo pip install pillow" in a terminal.
Comments