您的位置:首页 > 其它

安装 qpid UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in

2012-06-30 22:33 204 查看
Try these:

1. add "default-zpublisher-encoding utf-8" in /home/zenoss/etc/zope.conf

2. create a file named "sitecustomize.py " in /usr/lib/python2.4/ ", the file content is :

import sys

sys.setdefaultencoding('utf-8')
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐