是否有 LGPL/Apache/BSD Python 库用于在 Windows、Mac、Linux 上呈现具有透明背景的现代 HTML 和 Flash?
我正在寻找一个合适的 Python 库,并且也具有 DOM 访问权限。 我不介意闪光透明度是否不会延续。 PyQT 的许可证与该项目不兼容,并且 PySide 尚未跨平台编译。 有什么想法吗?
I'm looking for a Python library that's suitable, with DOM access too.
I don't mind if the flash transparency doesn't carry over. PyQT's license isn't compatible with the project, and PySide isn't compiled cross-platform yet.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,pyside 项目现在为 Qt 提供 LGPL 2.1 python 绑定。
首次公开发布于 8 月 18 日。它是在诺基亚的支持下开发的。
根据发布公告,绑定最初集中于Linux/X11,但预计最终支持所有 Qt 支持的平台。
Actually, the pyside project now provides LGPL 2.1 python bindings for Qt.
The first public release was on August 18th. It is being developed with support from Nokia.
According to the release announcement the bindings are initially focused on Linux/X11 but expect to support all Qt supported platforms eventually.