I have a QT 4.6 application (C++ language) and i need to add python scripting to it on windows platform. Unfortunately, i never embed python before, and it seems to be a lot of different ways to do so. Can anyone share his wisdom and point me into some articles/documentation i can read to perform a specified task in less painful way?
Share
Edit:
You can use PythonQt (not PyQt) that allow you to use Python with Qt. I think this is what you are searching for.
Here a documentation on the official website: http://doc.qt.digia.com/qq/qq23-pythonqt.html.