为雪豹而扭曲?

发布于 2024-08-17 07:28:42 字数 1459 浏览 2 评论 0原文

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

属性 2024-08-24 07:28:42

Snow Leopard (OS X 10.6.x) 附带随系统 python 安装的 Twisted 8.2.0。所以,是的,它有效。苹果的日历服务器是一个扭曲的应用程序。

Snow Leopard (OS X 10.6.x) comes with Twisted 8.2.0 installed with the system python. So, yes, it works. Apple's Calendar Server is a twisted app.

屌丝范 2024-08-24 07:28:42

Twisted 的 OS X 安装程序并不完全是常见的基于 distutils 的安装程序,并且在 Twisted 发布过程中没有自动创建它。这意味着新版本 OS X 或新版本 Twisted 的安装程序的可用性通常会滞后很多。

然而,普通的基于 distutils 的安装程序 (setup.py install) 应该完成同样的事情。 Twisted 9.0 测试套件在 OS X 10.6 上完全通过。我怀疑 8.2 也可以工作,但我还没有看到运行测试套件的结果。

The OS X installer for Twisted isn't quite the usual distutils-based installer and there's no automation in the Twisted release process for creating it. This means availability of the installer for new versions of OS X or new versions of Twisted generally lag quite a bit.

However, the normal distutils-based installer (setup.py install) should accomplish the same thing. The Twisted 9.0 test suite passes completely on OS X 10.6. I suspect 8.2 also works, but I haven't seen the results of running the test suite.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文