Hi Alex,
first of all, thanks for the effort of bringing this to a niche audience. I was able to successfully run your examples with The Engine Version 4.23.0. So I got curios and wanted to see if it would work as well with PyQt5 and did a pip install python-qt5.
Everything seemed to be working as expected, just needed to do some minor modifications, however i got the window up running with the following command:
import AppendPaths
import QtWindowOne
import QtFunctions
QtFunctions.spawnQtWindow(QtWindowOne.QtWindowOne)
However the qt window is staying frozen (seconds do not increment) and I cannot close the window either.

Any Ideas how to tackle this?
Hi Alex,
first of all, thanks for the effort of bringing this to a niche audience. I was able to successfully run your examples with The Engine Version
4.23.0. So I got curios and wanted to see if it would work as well with PyQt5 and did apip install python-qt5.Everything seemed to be working as expected, just needed to do some minor modifications, however i got the window up running with the following command:
However the qt window is staying frozen (seconds do not increment) and I cannot close the window either.
Any Ideas how to tackle this?