> > > 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. > >
I did. I developed the whole Application within a local installation of GAE SDK ... release: "1.8.0" timestamp: 1367368689 ... Enviroment is Ubuntu 12.10 and Ubuntu 13.04 with raw OS Python installation from repositories... I installed *python-imaging* to have PIL locally available. All works fine. ... The online-GAE throws this* The _imaging C module is not installed-e*rror. > > Can you try using *version: "1.1.7"* (include the quotation marks)? > > I did ... I tried ... version: latest version: "latest" version: 1.1.7 version: "1.1.7" Nothing changed after each variant. -- 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.
