Nuke Studio Export - name 'StandardError' is not defined

Hello, I am trying to run an export from Nuke Studio opened via the Flow Production Tracking desktop app. When trying to run the export I get this error message that says “name ‘StandardError’ is not defined”. The export does not run and I am not sure where in the toolkit this bug is located. Does anyone know?


I told you in the other thread - this is a Python 2 error. Python 2 was sunset on 1 jan, 2020.
The plugin needs to be updated to Python 3.

1 Like

Its indeed very likely a Python2/3 issue.

What version of Nuke are you running and who is maintaining your Toolkit configs?

1 Like

Yes, this was the issue in the hiero_get_shot.py file where it was trying to run a StandardError statement and I replaced with an Expection but now the export is not running as it should. I am maintining the toolkit configs but still trying to learn. Any advice for a beginner?

You would probably want the traceback from that hook to figure out whats happening.

Get used to reading logs - one of the most frequently employed skills :slight_smile:

Could you elaborate on the issue? Are there any visible error messages?

1 Like