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

前端 未结 5 1453
醉梦人生
醉梦人生 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 20:54

    There is a patch:

    http://bugs.python.org/file18143/9291.patch

    Works great for me.

    Just replace UnicodeEncodeError to be UnicodeError

提交回复
热议问题