PILインストール/画像処理でエラー

水曜日, 1月 5th, 2011 by admin

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.

Leave a Reply