On Thu, Dec 19, 2013 at 9:56 AM, Pak Hei Yuen <[email protected]> wrote:
> I click [Help]-->[Demos]-->[python]-->[guestbook] > Then I start to run it, but it can't work. > This is log > --------------------------------------------------- > File "C:\Program > Files\Google\google_appengine\lib\cherrypy\cherrypy\lib\static.py", line 7, > in <module> > mimetypes.init() > File "C:\Python27\lib\mimetypes.py", line 358, in init > db.read_windows_registry() > File "C:\Python27\lib\mimetypes.py", line 258, in read_windows_registry > for subkeyname in enum_types(hkcr): > File "C:\Python27\lib\mimetypes.py", line 249, in enum_types > ctype = ctype.encode(default_encoding) # omit in 3.x! > UnicodeDecodeError: 'ascii' codec can't decode byte 0xa4 in position 9: > ordinal not in range(128) > 2013-12-19 23:53:54 (Process exited with code 1) > --------------------------------------------------- > > Sometimes this occurs when files have file extensions that use non-original Latin/Roman alphabet characters; for instance, characters that have diacritical or breve marks. Look over the application and make sure that the file extensions are composed of standard numbers (0-9) and letters (a-z, A-Z). ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
