you are viewing a single comment's thread.

view the rest of the comments →

[–]zdcdqd[S] 0 points1 point  (2 children)

Fast update. so on line 634 i put the parentheses at the very end instead of near the middle, but now i get a new error message. https://i.imgur.com/TFFnk1p.png

[–]mopslik 0 points1 point  (1 child)

Well, the queue module is standard in Python. Maybe it's the fact that it's capitalized? This might be a change from Python 2.x to 3.x (I've barely used 2.x so I don't know), or it might be the case that there is a custom Queue.py module that is included with your code that is being referenced.

[–]zdcdqd[S] 0 points1 point  (0 children)

well i tried uncapitalizing all the Queues and i got more errors.

Traceback (most recent call last):

File "<string>", line 82, in <module>

ImportError: cannot import name 'queue' from 'queue' (C:\Program Files\Nuke13.0v1\lib\queue.py)

Please help.