views:

85

answers:

1

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?

+1  A: 

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.

Karl Voigtland
That's very interesting. So at some point if it can be made to compile for Mac and Windows it could be an option. Well worth investigating. For now the definitive answer remains unknown to me.
Luke Stanley