摘要:
找到Default包中的exec.py,替换45行:proc_env[k] = os.path.expandvars(v).encode(sys.getfilesystemencoding())为proc_env[k] = os.path.expandvars(v.decode(sys.getfilesystemencoding())).encode(sys.getfilesystemencodi... 阅读全文
posted @ 2013-04-28 21:47
T_shell
阅读(3680)
评论(0)
推荐(0)
浙公网安备 33010602011771号