在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Ctrl+B编译遇到编码错误:UnicodeDecodeError: 'ascii' codec can't decode byte 0xb1 in position 258: ordinal not in range(128)
路径为:C:\Users\您的用户名\AppData\Roaming\Sublime Text 2\Packages\Default\exec.py,打开编辑 找到第44~45行中: for k, v in proc_env.iteritems(): proc_env[k] = os.path.expandvars(v).encode(sys.getfilesystemencoding()) 两种修改方案: 1、果断注释掉! 2、对它进行异常处理,避免它出错时停止程序运行就像这样: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论