UnicodeDecodeError : 'ascii' codec can't decode byte 0xe0 in position 0: ordinal not in range(128)

前端 未结 5 1449
醉梦人生
醉梦人生 2020-11-29 20:20

On one of my machines I have the error when I am working with google apps engine or django.

For example:

  • app.yaml

    application: demas         
    
    
            
5条回答
  •  情歌与酒
    2020-11-29 21:15

    its a python bug with latin MIME tipes in registry start regedit and inspect "HKEY_CLASSES_ROOT\MIME\Database\Content Type" for non-latin names.

提交回复
热议问题