Hi, I would be interested if you have plans to make PySide embeddable in a C++ Application to embedd Python in a Qt Application. Apart from that, are there any plans to make PySide a bit more "dynamic" as e.g. QtScript, which allows to script unknown QObjects by their signals/slots and properties?
I am asking this since I am the author of the LGPL PythonQt (http://pythonqt.sourceforge.net/) , which is mainly a dynamic binding, but experimentaly offers complete Qt wrapping using a QtScript derived wrapper generator as well (but with the "trick" that is generates additional slots instead of CPython code). In the long run I would be happy to switch to PySide if it can offer what I am looking for, which is mainly dynamic features as listed on the PythonQt website (calling Python from C++ using QVariantList, scripting QObjects that are not wrapped, ...) best regards, Florian Link _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
