-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant load picker, maya 2020.4 #110
Comments
// Result: scriptEditorPanel1Window|scriptEditorPanel1|formLayout192|formLayout194|paneLayout8|cmdScrollFieldReporter3 // Error: cannot import name clipboardTraceback (most recent call last):File "", line 1, inFile "C:/Users/XXXXX/Documents/maya/2020/scripts\dwpicker_init_.py", line 17, infrom dwpicker.main import DwPicker, WINDOW_CONTROL_NAMEFile "C:/Users/XXXXX/Documents/maya/2020/scripts\dwpicker\main.py", line 15, infrom dwpicker.designer.editor import PickerEditorFile "C:/Users/XXXXX/Documents/maya/scripts\dwpicker\designer\editor.py", line 7, infrom dwpicker import clipboardImportError: cannot import name clipboard |
Hi, can you ensure you are well using latest version of the picker ? |
Yea, im using the last version. No pluggins running, just animbot |
I'm sorry, 'im a bit clueless reading you error. I just made a little update expecting it could helps. |
Hi sorry, |
Had the same issue. |
without reply i'm closing the ticket. Feel free to reopen if you have any new for me ? |
I´ve followed the steps, and watched youtube videos to verify if i was doing something wrong but there´s no way for me to make the picker work.
Once I execute
"import dwpicker
dwpicker.show()"
I get the following error : # Error: ImportError: file C:/Users/XXXXX/Documents/maya/scripts\dwpicker\designer\editor.py line 7: cannot import name clipboard #
cmdScrollFieldExecuter -e -execute scriptEditorPanel1Window|scriptEditorPanel1|formLayout192|formLayout194|paneLayout8|paneLayout9|tabLayout6|formLayout213|cmdScrollFieldExecuter58;
// Result: scriptEditorPanel1Window|scriptEditorPanel1|formLayout192|formLayout194|paneLayout8|paneLayout9|tabLayout6|formLayout213|cmdScrollFieldExecuter58 //
import dwpicker
dwpicker.show()
Error: ImportError: file C:/Users/Submarine/Documents/maya/scripts\dwpicker\designer\editor.py line 7: cannot import name clipboard
The text was updated successfully, but these errors were encountered: