PDA

View Full Version : Execute Python Scripts from QT C++?



Muhammad.Ammar
2nd March 2009, 12:02
I am working on simple GUI that can execute python scripts in a directory and then write the result of script in a single XML file.

So can anyone help me on how to execute python scripts from/within QT C++.

boudie
4th March 2009, 22:14
QProcess is what you need.