code as:
rel = [0] * 3
rel[0] = rela
rela is a instance.
run in dev_appserver, error shows:
=================================
File "E:\djdq\2.py", line 20, in main run_wsgi_app(application) File
"D:\Program
Files\Google\google_appengine\google\appengine\ext\webapp\util.py", line 98,
in run_wsgi_app run_bare_wsgi_app(add_wsgi_middleware(application)) File
"D:\Program
Files\Google\google_appengine\google\appengine\ext\webapp\util.py", line
116, in run_bare_wsgi_app result = application(env, _start_response) File
"D:\Program
Files\Google\google_appengine\google\appengine\ext\webapp\__init__.py", line
721, in __call__ response.wsgi_write(start_response) File "D:\Program
Files\Google\google_appengine\google\appengine\ext\webapp\__init__.py", line
296, in wsgi_write body = self.out.getvalue() File
"D:\Python25\lib\StringIO.py", line 270, in getvalue self.buf +=
''.join(self.buflist) UnicodeDecodeError: 'ascii' codec can't decode byte
0xe4 in position 329: ordinal not in range(128)
=================================
when i update it to gae, at http://lt.djdqbbs.appspot.com/ltth, error
occurs. but the error is not logged. i can see nothing about the error in
logs.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/8mxfRQyocBQJ.
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.