Problem summary When printing a Nuke Qprocess to a PyQt4 window, on Windows OS systems, the process 'hangs' until it is completed.
For example if you want a loading progress to 'print' in your window, nothing gets printed until the Nuke process is complete. (Then it is all displayed in one hit) On Linux, the process procedurally updates the window with progress information.
Customer reported version nuke.9.0v6
Customer reported platform windows7
Steps to reproduce
Download & install The PyQt4 module for your Python version
Open Nuke
Create multiple read nodes (10 is a good number to test)
Save the file as ("TestProgress.nk")
Close Nuke
Download the attached "NukeTalk.py" & "Temp.py" files
Open the Temp.py with your Python editing suite (IDLE or PyCharm work well)
Replace the "Project", "Nuke" & "Script" with your "Nuke.exe" location, Location of your Nuke Project ("TestProgress.nk") and The location of "NukeTalk.py"
Run the script (Right click -> Run 'Temp' for Pycharm)