【发布时间】:2013-03-24 01:29:17
【问题描述】:
我使用带有选项--onefile 的最新版本pyinstaller 来创建我的python 脚本的一个独立文件。在我的 Mac 上,如果我在终端(bash shell)中打开文件,它就可以正常工作,但在 Linux bash 中,我收到以下错误
bash: ./myprog: cannot execute binary file
我在这里缺少什么吗?
【问题讨论】:
标签: python linux binary pyinstaller