0

PyInstaller(Centos上)を使用してPythonでプログラムをパッケージ化しました。出力は、/ var / pyinstaller / pyinstaller-2.0 / test / build / pyi.linux2/testにある8つのファイルです。

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でプログラムを実行するにはどうすればよいですか?

4

1 に答える 1

1

/var/pyinstaller/pyinstaller-2.0/test/dist/test フォルダーを調べます。ビルド フォルダーは、配布ビルド プロセスの使い捨て副産物です。

幸運を

マイク

于 2012-12-05T02:51:59.167 に答える