我使用PyInstaller(在Centos上)在Python上打包一个程序,输出是8个文件 /var/pyinstaller/pyinstaller-2.0/test/build/pyi.linux2/test:
out00-PYZ.toc
out00-PYZ.pyz
out00-PKG.toc
out00-PKG.pkg
out00-EXE.toc
out00-COLLECT.toc
out00-Analysis.toc
test // thats project file name. test.py
我的问题是现在如何使用这些文件在CentOS上运行程序?
答案 0 :(得分:1)
查看/var/pyinstaller/pyinstaller-2.0/test/dist/test文件夹。构建文件夹是分发构建过程的一个副产品。
祝你好运麦克