On May 27, 8:58 am, Jonathan <[email protected]> wrote: > Thanks Robert > > It appears that a non-ascii character in a comment (#) line of main.py > is causing this crash. > It does not happen with the local development module. > > Maybe Google app-engine team would be kind enough to enable utf-8 > comments
Are you specifying the file's encoding on the second line of the file with: # -*- coding: utf-8 -*- as described in PEP 263? You may be seeing different behavior locally because your locale is set differently than that on the production servers. -- 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.
