Hi,

Sometimes I get this error:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position
67: ordinal not in range(128)

So I tried this fix mentioned in
http://groups.google.com/group/google-appengine/browse_thread/thread/24d04c3db285a3b0:

import sys
reload(sys)
sys.setdefaultencoding('utf-8')

This works except that it sometimes results in blank pages.

Any workarounds?

Amir
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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