PDA

View Full Version : PyQt 5.8.2 program hangs on pool



Kasea
23rd July 2017, 23:50
My program hangs&isn't looping thru the array properly when I'm trying to use multiprocessing.pool.Pool.

This works with a normal QWidget, however with QWebEnginePage/View it hangs and it doesn't iterate properly. Does anyone know if there is a way to solve this issue? or another way to implement it?

More info about code/details here: https://stackoverflow.com/q/45260826/3922991