用pyinstaller打包py文件爲exe文件時產生錯誤UnicodeDecodeError: 'gbk' codec can't decode byte 0x88 in position 166:

首先找到這個文件,用文本編輯器打開 把1074到1078行改爲 if not need_new: with open(filename, encoding='gb18030',errors='ignore') as f: old_xml = f.read() new_xml = manifest.toprettyxml().replace('
相關文章
相關標籤/搜索