Comment 6 for bug 1646075

Revision history for this message
YuYang (yuyangwang1985) wrote :

i add in the /usr/lib/python2.7/dist-packages/oslo_i18n/_message.py:
import sys
default_encoding = 'utf-8'
if sys.getdefaultencoding() != default_encoding:
   reload(sys)
   sys.setdefaultencoding(default_encoding)

is ok!

can you has bast idear?

thanks!