You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 490, in
main()
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 463, in main
process_package(buf)
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 141, in process_package
write_file(fname, content, "w")
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 88, in write_file
f.write(buf)
UnicodeEncodeError: 'gbk' codec can't encode character '\xa5' in position 147280: illegal multibyte sequence
win11 python3.9 运行报错 请问这个怎么解决啊,能否加个联系方式
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 490, in
main()
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 463, in main
process_package(buf)
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 141, in process_package
write_file(fname, content, "w")
File "D:\Python\wxUnpacker-main\wxUnpacker-main\wx.py", line 88, in write_file
f.write(buf)
UnicodeEncodeError: 'gbk' codec can't encode character '\xa5' in position 147280: illegal multibyte sequence
win11 python3.9 运行报错 请问这个怎么解决啊,能否加个联系方式
The text was updated successfully, but these errors were encountered: