PyPy 可以与 Py2Exe 一起使用吗?
PyPy 是否可以与 一起使用Py2Exe?如果不行的话有类似的解决方案吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
PyPy 是否可以与 一起使用Py2Exe?如果不行的话有类似的解决方案吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
答案是否定的(可以让它运行,但很难)
The answer is no (would be possible to get it running, but hard)
我很确定答案是“不”。 py2exe 似乎依赖于 CPython 的 C API,我很确定 PyPy 不支持它。 (也就是说,我不明白为什么 PyPy 会支持 CPython API,我也没有在他们的网站上任何明显的地方看到任何提及它......)
I'm pretty sure the answer is "no". py2exe appears to depend on CPython's C API, which I'm pretty sure PyPy doesn't support. (That is, I can't see why PyPy would support the CPython API, nor did I see any mention it in any of the obvious places on their website...)