ImportError: DLL load failed while importing _socket: The parameter is incorrect. 2020-11-282020-11-28 透過 pyinstaller + python 3.8 打包的程式,在其他的電腦執行,會顯示下面的錯誤訊息。 ImportError: DLL load failed while importing _socket: The parameter is incorrect. [5008] Failed to execute script pyi_rth_multiprocessing 解法,降版 python 3.8 為 python 3.7 再重新打包。
Python: UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe6 in position 3360: ordinal not in range(128) 2018-06-09