I have a script that I imported into a toolbox (.tbx), so the script file is now embedded. My question is, how do I import the modules from this embedded script file so that my imported script tools run without the "ModuleNotFoundError"?
Everything works fine if I don't import the script and just provide the path in the script tool properties, but I can't figure out how to get things working when the script file is embedded into the toolbox.
Thanks!