Install python2.7 , while installing Qt c++ application on windows
-
Hi Qt,
I have done with my Qt Application, which is built with Qt c++ and Qt widgets, and some operation is done with python by calling QProcess. WORKING FINE.
Support Need:
I also need to install python while installing my Qt application to my client windows system, How can I do that?Type of installer:
Qt installerThanks in advances
- Balaji Sivakumar
-
Hi
You can do like this
https://amin-ahmadi.com/2019/06/29/qt-installer-framework-how-to-run-an-executable-during-installation/
-
@mrjj Thanks. it worked