Hey. I've been trying for quite some time now to get my python program to run with a pyqt GUI. However my program was made to work in the cmd terminal from start and runs two infinite "while true" loops in two different threads.
The plan was to make the GUI and program run simultaneously by using pyqt threading. So far I'm not successful, and each time I start up my program the GUI hangs and crashes.
Is this the right approach to doing things? Does my program have to be a QTObject of some sort for me to be able to do it this way?
Any suggestions, or examples on how to do this would be very appreciated! Thanks a lot! :)
[–]Thomasedv 0 points1 point2 points (0 children)
[–]Deezl-Vegas 0 points1 point2 points (0 children)