错误:'无法找到共享库'使用pyInstaller创建可执行文件时

时间:2014-03-14 13:14:58

标签: python executable pyinstaller

我一直在使用 PyInstaller 打包python脚本。我有一个脚本,比如test.py,

我运行以下脚本来创建可执行文件:

python pyInstaller.py test.py

它在名为test的文件夹中创建名为test的可执行文件。但是当我跑的时候:

./test

显示错误

libpython2.7.so.1.0: cannot open shared object file: No such file or directory

0 个答案:

没有答案