2021
03-17
03-17
pyinstaller打包可执行文件,存放路径包含中文无法运行的解决方案
一、实验环境1.Windows7x64_SP12.anaconda2.5.0+python2.7(anaconda集成,不需单独安装)3.pyinstaller3.0二、问题描述1.使用如上环境,pyinstaller打包生成的exe文件,存放在本地,如果路径中包含中文,程序无法运行;exe程序如果使用中文命名,程序同样无法运行。三、解决方式1.查看pyinstaller网站https://pypi.org/project/PyInstaller/2.有如下描述3.更换实验环境1.Windows7x64_SP12.anaconda3.7+python3.7(anaconda集成,...
继续阅读 >