Import kangarooTools.UI3 as UI; UI.toggleCollapsed() # Error: ImportError: file <maya console> line 1: bad magic number in 'kangarooTools.UI3': b'B\r\r\n'

i have this while installing on maya 2024

Can you post the whole output from the script editor?

Also, that’s that still happen when you start Maya again?

import kangarooTools.UI3 as UI; UI.toggleCollapsed()

Error: ModuleNotFoundError: file line 1: No module named ‘kangarooTools.UI3’

i downloaded version kangarooBuilder_5_22
and this error happens when clicking on the UI shelf button

Seems like it doesn’t know about the install

Did you drag the install.mel file into maya? And did the script editor say when you did?

yes i dropped the install.mel it’s installed already and i can see it on the shelf but the UI button isnot working nothing shows up except that error

it was the numpy installing problem and i fixed it now thanks alot thomas

1 Like