CS-Loader icon indicating copy to clipboard operation
CS-Loader copied to clipboard

python3打包成功,运行exe报错

Open RookieTerry opened this issue 3 years ago • 0 comments

运行exe报错信息如下: Traceback (most recent call last): File "base64.py", line 37, in _bytes_from_decode_data UnicodeEncodeError: 'ascii' codec can't encode character '\x85' in position 4: ordinal not in range(128)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "PyLoader.py", line 51, in File "base64.py", line 80, in b64decode File "base64.py", line 39, in _bytes_from_decode_data ValueError: string argument should contain only ASCII characters

RookieTerry avatar Apr 05 '22 11:04 RookieTerry