sdff 0 Report post Posted August 5, 2014 (edited) 如题 我在官网上下了Wrye Bash 304.3 - Standalone Executable 安装后,按照Wrye Bash 教程第四堂 在Bash Installers添加压缩包后,在Wrye Bash中无法显示安装包 还有打开installer标签后跳出 Traceback (most recent call last): File "bash\basher.pyo", line 5159, in OnShowPage File "bash\basher.pyo", line 3821, in OnShow File "bash\bosh.pyo", line 9129, in refresh File "bash\bosh.pyo", line 9353, in refreshInstallers File "bash\bosh.pyo", line 7940, in refreshBasic File "bash\bosh.pyo", line 8564, in refreshSource File "bash\bosh.pyo", line 160, in listArchiveContents File "subprocess.pyo", line 679, in __init__ File "subprocess.pyo", line 896, in _execute_child UnicodeEncodeError: 'ascii' codec can't encode characters in position 4-5: ordinal not in range(128) Edited August 5, 2014 by sdff Share this post Link to post Share on other sites
0 icedream 210 Report post Posted August 5, 2014 程序出错在刷新安装包时,错误是不支持的编码,通常是遇到中文字符了。 建议再检查下路径、安装包、安装包目录与文件是否有中文,特别要注意像‘、“、——这种中文的标点符号。 Share this post Link to post Share on other sites
0 icedream 210 Report post Posted August 5, 2014 压缩包的名字和里面的文件不要出现中文。 Share this post Link to post Share on other sites
0 sdff 0 Report post Posted August 5, 2014 我已经把压缩包里面的data文件单独拉出重新打成一个包,里面没有中文 Share this post Link to post Share on other sites
0 sdff 0 Report post Posted August 5, 2014 !!!谢谢大大,原来路径也要考虑 Share this post Link to post Share on other sites
如题 我在官网上下了Wrye Bash 304.3 - Standalone Executable 安装后,按照Wrye Bash 教程第四堂 在Bash Installers添加压缩包后,在Wrye Bash中无法显示安装包
还有打开installer标签后跳出
Traceback (most recent call last):
Share this post
Link to post
Share on other sites