PyObjC + Python 3.0 问题
默认情况下,Cocoa-Python 应用程序使用默认的 Python 运行时版本 2.5。 如何配置我的 Xcode 项目以便它使用较新的 Python 3.0 运行时? 我尝试用新版本替换项目中包含的Python.framework,但它不起作用。
还有一件事,PyObjc 模块与新版本的 Python 兼容吗?
By default, a Cocoa-Python application uses the default Python runtime which is version 2.5. How can I configure my Xcode project so that it would use the newer Python 3.0 runtime? I tried replacing the Python.framework included in the project with the newer version but it did not work.
And another thing, are PyObjc modules compatible with the new version of Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PyObjC 尚不支持 Python 3.0。 根据 PyObjC 开发人员 Ronald Oussoren 的说法,Python 3.0 支持是可能的,但尚未实现:
我确信补丁会受到欢迎。
PyObjC does not yet work with Python 3.0. According to Ronald Oussoren, a (the?) PyObjC developer, Python 3.0 support is possible, but not yet implemented:
I'm sure patches would be welcomed.
PyObjC 2.3 添加了对 Python 3.1 的初步支持:
但是也
http://svn.red-bean.com/pyobjc/tags/pyobjc-2.3/pyobjc-core/NEWS.txt
PyObjC 2.3 added initial support for Python 3.1:
but also
http://svn.red-bean.com/pyobjc/tags/pyobjc-2.3/pyobjc-core/NEWS.txt