This friday afternoon (GMT -3) one of our pages uploaded to GAE
suddenly stopped working with an error. First, we got a:

  KeyError: 'HTTP_ACCEPT_LANGUAGE'

when doing

  self.request.headers['Accept-Language']

But then that problem seemed to have been fixed. However, now we can't
do this:

  import locale
  try:
    locale.setlocale(locale.LC_ALL, lang)
  except:
    localeNotSupported = True

When we do this, we get a Server Error, and nothing appears in the
log.

Has this happened to someone else? Someone from the Google App Engine
Team can answer this question?

Thanks,
Ary

Update: Now a friend tells me that 8 May you upgraded the Python
version. Does anyone got a workaround for the second problem?
--~--~---------~--~----~------------~-------~--~----~
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