首页 > 编程语言 > 详细

jpython LookupError: unknown encoding ‘ms936‘ 问题解决

时间:2014-11-27 18:58:45      阅读:1353      评论:0      收藏:0      [点我收藏+]

到jpython2.5.3文件下,找到registry文件,将里面的内容这个部分修改

修改前:

# Setting this to a valid codec name will cause the console to use a
# different encoding when reading commands from the console.
#python.console.encoding = cp850

修改后:

# Setting this to a valid codec name will cause the console to use a
# different encoding when reading commands from the console.
python.console.encoding = cp850

bubuko.com,布布扣

高端自动化测试交流群310924886


jpython LookupError: unknown encoding ‘ms936‘ 问题解决

原文:http://my.oschina.net/u/855532/blog/349499

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!