python 和 chameleon 的兼容版本
我想知道 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所有 Chameleon 版本都适用于 Python 2.6。来自 Chameleon 文档:
在 python 2.5 和 2.6 上,您需要一些依赖项:
快速浏览变更日志表明这种支持在整个过程中始终如一。 Chameleon 2.x 系列,在各处进行了一些小的兼容性修复,2.6.2 修复了 Python 3.3 支持。
只需使用最新版本就可以了。
All Chameleon versions work on Python 2.6. From the Chameleon documentation:
On python 2.5 and 2.6 there are some dependencies you need:
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.