On Mon, Aug 26, 2013 at 11:11 AM, Dennis Hafemann <[email protected]
> wrote:
> So my local installation with *Python 2.7.4* running works just finde
> with *PIL*:
>
> $ python
> Python 2.7.4 (default, Apr 19 2013, 18:28:01)
> [GCC 4.7.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from PIL import Image
> >>> img=Image.new("RGBA", (100, 100))
> >>> if img: print True
> ...
> True
> >>>
>
>
>
I see you've tested your code using the Python interpreter and the App
Engine production environment. But have you tried running your app on the
dev appserver in the GAE Python SDK? Try it and see what errors crop up.
On Mon, Aug 26, 2013 at 11:11 AM, Dennis Hafemann <[email protected]
> wrote:
> (... and to make sure, I tried "version: 1.1.7" in my app.yaml).
>
Can you try using *version: "1.1.7"* (include the quotation marks)?
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL
App Engine Code Samples: http://www.learntogoogleit.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.