[eternally unsolved] PyQt or PySide usable as embedded scripting engine?
-
Hello. For a couple of days now I have been looking into embedding a python engine into my program - written in C++, using Qt 5.1.1 (that's why PythonQt is not an option).
Is there a way to use PyQt or maybe PySide to run scripts from inside my application? As far as I know they are made to be used the other way around, but maybe it's still possible.The scripts need to be able to interact with the main application. Until now I hesitated to try to incorporate Python myself, since that is probably going to be an ugly solution.
EDIT: I don't think I'll get an answer here, and for now I helped myself by wrapping Python myself. Therefore I will abandon this thread.