pyhon 打包工具
pyinstaller
打包为一个文件 pyinstaller —onefile your_script.py -i 11.ico
报错: ImportError: DLL load failed while importing Win32Api
python pywin32_postinstall.py -install
打包为一个文件 pyinstaller —onefile your_script.py -i 11.ico
报错: ImportError: DLL load failed while importing Win32Api
python pywin32_postinstall.py -install