AWS Thinkbox Discussion Forums

Nuke Error: AttributeError: 'module' object has no attribute 'PythonPanel'

I’m getting this error when submitting from nuke even in case of most simple, load sequences and output sequence nodes in the scene. Any idea what is going on and how to get things rolling?
Thank you!

nuke 10.5, deadline 10.0.22.0

Is the error coming in at render time or in the submitter itself?

It seems that if it’s happening at render time it may be that there’s no GUI there and a plugin is complaining about it. There are quite a few results if you Google for exactly “Nuke Error: AttributeError: ‘module’ object has no attribute ‘PythonPanel’”.

If there’s a full stack trace you’ll be able to find out which plugin is complaining. As an example from OpenColorIO:

 Traceback (most recent call last):
File "", line 1, in
File "c:/Program Files/Nuke6.3v7/plugins\ocionuke\cdl.py", line 104, in
   class SelectCCCIDPanel(nukescripts.PythonPanel):
AttributeError: 'module' object has no attribute 'PythonPanel'

we managed to find issue.
its was a Mocha(tracking plugins) that give an error. Anyway sorted out now. thanks :slight_smile:

1 Like
Privacy | Site terms | Cookie preferences