【发布时间】:2017-02-21 13:31:35
【问题描述】:
我正在使用 Python 3.5.2 、 PyQt 5.7 、 PyInstaller 3.2 并且我在 Linux 中
我可以用 pyinstaller file.py 编译 file.py
但是当我在 Build 文件夹中运行二进制文件时,它会返回:
Error loading Python lib '/home/arash/build/file/libpython3.5m.so.1.0': /home/arash/build/file/libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
要在二进制文件中复制的 python 库(.so 文件)或复制库文件的 PyInstaller 标志在哪里?
【问题讨论】:
-
是的,我阅读了文档,libpython3.5m.so.1.0 文件在哪里?
标签: python linux python-3.x pyqt pyinstaller