Hi,<br><br>I have two pyqt application app1 and app2.<br>I am trying to launch app2 from app1.<br>I do not want any parent/child relation.<br>Both apps could be QMainWindow.<br><br>The idea is that I do not want to start app2 whenvere I start app1.<br>
app2 is a server. app1 checks if the server is live, and launch it if necessary.<br><br>thanks for your help,<br>Philippe<br>