标签: 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