I am running PIL inside of Googleappengine. When I run my app in
dev_appserver, it runs fine. However, when I run it inside of GAE, I
see requests fail with:

---
2012-02-17 13:04:23.960 <type 'exceptions.OverflowError'>
E 2012-02-17 13:04:23.960 ('Python int too large to convert to C
long',)
E 2012-02-17 13:04:23.960 Python int too large to convert to C long
E 2012-02-17 13:04:23.960
---

I am not getting a full stack trace, which makes it difficult to know
why it is failing. On a GS thread, someone from google told me to use
the new build of webapp2 and include that with my app to get a full
stack. However, that didnt work either (to get a full stack).

So, can someone from GAE help me figure out why my app is failing with
an overflow error?

All I am trying to do is to convert an input image into different
sizes.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to