I'm distributing a Python script tool with folks outside of my organization.
I had always assumed the .tbx file and the script were self contained. But when someone else tried to run the tool, they got the error:
Error 000576: Script associated with this tool does not exist.
Sure enough, if I go to properties of the script, it's pointing towards an absolute path on my network drive. I see there is an option under general to "store relative path names" but in the case of distributing this tool outside of my organization, this probably won't work either
Is my only option to send folks the .tbx file along with the raw python file, and have them add the script to the toolbox on their own?