I have a Python script that I know will run outside of Touchdesigner just fine. When I try to run it within Touchdesigner via Execute DAT, an error reports a missing library “ModuleNotFoundError: No Module Named”
So obviously I need to make sure the library is accessible by Touchdesigner. So far, I have not found a way to do this. I am also confused by why Touchdesigner would not already have all of the libraries available in my Python install.
System is Win 10.