I have a app on GAE using python. Before yesterday is all OK, but
today gives me some error like

2011-03-08 03:32:24.045 Traceback (most recent call last):
E 2011-03-08 03:32:24.046 File "/base/python_runtime/python_dist/lib/
python2.5/wsgiref/handlers.py", line 92, in run
E 2011-03-08 03:32:24.049 File "/base/data/home/apps/hidinotes/
1.348763230364336858/web/application.py", line 276, in wsgi
E 2011-03-08 03:32:24.052 self.load(env)
E 2011-03-08 03:32:24.054 File "/base/data/home/apps/hidinotes/
1.348763230364336858/web/application.py", line 375, in load
E 2011-03-08 03:32:24.055 ctx[k] = safeunicode(v)
E 2011-03-08 03:32:24.056 File "/base/data/home/apps/hidinotes/
1.348763230364336858/web/utils.py", line 326, in safeunicode
E 2011-03-08 03:32:24.057 return obj.decode(encoding)
E 2011-03-08 03:32:24.058 LookupError: unknown encoding: utf-8


I using using web.py.

Can anybody help? 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to