pyinstaller基本操作

    pyinstaller 打包错误http://www.fmwei.com/linux/pyinstaller-lib-error.html

只需要复制python安装目录下的动态库到系统地动态库目录即可。
cp -R /usr/local/python3.4/lib/* /usr/lib64/

pyinstaller打包python文件到.exe
https://blog.csdn.net/yufen9987/article/details/73865281/

PyInstaller 在windows下生成的文件只能在windows下打开,Linux同理。
PyInstaller is tested against Windows, Mac OS X, and Linux. However, it is not a cross-compiler: to make a Windows app you run PyInstaller in Windows; to make a Linux app you run it in Linux, etc.

猜你喜欢

转载自www.cnblogs.com/cekong/p/9968723.html
今日推荐