在 Debian 5.0 IA-64 上使用 32 位 python 创建的进程出现问题

发布于 2024-09-12 15:16:57 字数 286 浏览 1 评论 0原文

因此,问题在于创建进程 - 所有进程都会立即返回,退出代码为 -9。 我尝试使用 subprocess.Popen 模块和 os.popen2、os.system 等。没有任何帮助。 我正在使用Python 2.5。

我有一个使用 pyinstaller 在 32 位平台上使用 32 位 python 构建的 python 二进制可执行文件。这非常重要,我知道使其工作的最佳方法是创建 ia64 可执行文件。但目前我正在寻找更常见的解决方案。它可能存在,因为它可以在其他几台 IA64 机器上运行。

有人遇到过类似的问题吗?

So, the problem is with creating processes - all of them immediately return with exit code -9.
I tried to use subprocess.Popen module and os.popen2, os.system and some other. Nothing helps.
I'm using python 2.5.

I have a python binary executable built on 32bit platform with 32bit python using pyinstaller. This is very important and I know that the best way to make it working is to create ia64 executable. But currently I'm looking for more common solution. It possibly exists cause on several other IA64 machines it worked.

Have anybody faced similar problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文