State:Closed|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Not A Bug|BugID:268909|
Problem summary
Python script execution hangs and does not produce output when iterating over large ranges
Customer reported version
nuke.10.5v2
Customer reported platform
centos6
Steps to reproduce
1) Open Nuke
2) Create a script editor tab (right click next to another tab > Windows > Script Editor)
3) Copy and Paste the following into the bottom half of the script editor window:
n=500000
for vertex in range(n):
print vertex
We're sorry to hear that
Please tell us why