python 和 chameleon 的兼容版本

发布于 2025-01-03 13:19:53 字数 75 浏览 0 评论 0原文

我想知道 python 2.6 的正确 Chameleon 版本。还想知道表结构,例如哪个版本实际上适合哪个版本的 Chameleon。

I want to know the proper Chameleon version for python 2.6. Also want to know a table structure like which version actually suits which version of Chameleon.

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

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

发布评论

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

评论(1

又怨 2025-01-10 13:19:53

所有 Chameleon 版本都适用于 Python 2.6。来自 Chameleon 文档

使用的语言是页面模板,最初是 Zope 的发明,但在这里可以作为独立库使用,您可以在运行 Python 2.5 及更高版本(包括 3.x 和 pypy)的任​​何脚本或应用程序中使用它。

在 python 2.5 和 2.6 上,您需要一些依赖项:

Python 2.7 及更高版本没有必需的库依赖项。在 2.5 和 2.6 上,ordereddict 和 unittest2 包被设置为依赖项。

快速浏览变更日志表明这种支持在整个过程中始终如一。 Chameleon 2.x 系列,在各处进行了一些小的兼容性修复,2.6.2 修复了 Python 3.3 支持。

只需使用最新版本就可以了。

All Chameleon versions work on Python 2.6. From the Chameleon documentation:

The language used is page templates, originally a Zope invention, but available here as a standalone library that you can use in any script or application running Python 2.5 and up (including 3.x and pypy).

On python 2.5 and 2.6 there are some dependencies you need:

There are no required library dependencies on Python 2.7 and up. On 2.5 and 2.6, the ordereddict and unittest2 packages are set as dependencies.

A quick scan of the changelog shows that this support has been constant throughout the 2.x series of Chameleon, with minor compatibility fixes here and there, with 2.6.2 fixing Python 3.3 support.

Just use the latest version and you should be more than fine.

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