GoogleAppEngineの開発環境はよく出来ているのですが、デフォルトでは画像処理ライブラリがインストールされません。GoogleAppEngineの公式サイトの、PIL のインストールにも掲載されているように、Python Imaging Library (PIL)を別途インストールする必要があります。
PILをインストールしていない場合のエラーメッセージ
1 | NotImplementedError: Unable to find the Python PIL library. Please view the SDK documentation for details about installing PIL on your system. |