Drag and drop installation not working/location not found error for GETOOLS_SOURCE
- Dominant language
- Python
- Stars
- 71
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I'm not sure how to fix this issue as I've never encountered anything like it before when importing scripts but what happens is I use the drag and drop as normal/as stated in README, but my Maya doesn't open the tools/imports them and I get this error in the Python script editor:
import maya.app.general.executeDroppedPythonFile as myTempEDPF
myTempEDPF.executeDroppedPythonFile("C:/Users/me/Documents/maya/2024/scripts/GETools/DRAG_AND_DROP_INSTALL.py", "")
del myTempEDPF
# Error: ImportError: file C:\Users/me/Documents/maya/2024/scripts/GETools\DRAG_AND_DROP_INSTALL.py line 26: cannot import name 'Settings' from 'GETOOLS_SOURCE' (unknown location)
My file set up is correct to the image provided and I haven't moved or tampered with any files.
Contributor guide
Assessment
This issue has not been assessed yet.