altendky / pyqt-tools

Qt tools including PyQt Designer and QML plugins
Other
249 stars 39 forks source link

pyqt5-tools.exe must wait for started executables #86

Closed owillebo closed 3 years ago

owillebo commented 3 years ago

pyqt5-tools.exe now exits once it started 1 of the executables.

This is very inconvenient if used programmatically.

Please have pyqt5-tools.exe wait until the executable it starts, ended and have it return the executable exit code.

altendky commented 3 years ago

The behavior you describe request is what I intended. It was not supposed to change to returning immediately. Thanks for pointing this out and I'll take a look at it.

altendky commented 3 years ago

I didn't observe this for Designer in Windows. What are you running that exits early? And to be sure, could you share the Python version and pyqt5-tools version? Thanks.

owillebo commented 3 years ago

You are absolutely right. I somehow mixed things up. Please close this issue. Sorry to have bothered you.

On Thu, 28 Jan 2021 at 04:02, Kyle Altendorf notifications@github.com wrote:

I didn't observe this for Designer in Windows. What are you running that exits early? And to be sure, could you share the Python version and pyqt5-tools version? Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/altendky/pyqt-tools/issues/86#issuecomment-768764562, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXQ4KQUUE6Q47DQH7D4SC3S4DHVHANCNFSM4WRPYIZQ .

altendky commented 3 years ago

No problem, let me know if anything else comes up. :]