我在运行时尝试使用 pyinstaller 创建 python 脚本的 .exe
python pyinstaller /path/to/my/script
我得到错误:
IOError: Python library not found!
关于这个问题,我能找到的只是http://www.pyinstaller.org/ticket/169,它提到了一些关于在 python 中使用动态库和静态库的内容。我找不到任何关于这意味着什么的信息,有人可以告诉我这意味着什么和/或如何阻止这个错误吗?