On 2018-06-22 18:17, Robert Lounsberry wrote: > I'm not sure.. I know I can't run tca_correct from terminal so I don't > think it has to do with the python version...I could be wrong though. It > happens in the initial part of the script where it tests to see if the > tools are installed.... Since I can't run it from terminal it follows > the script won't see it... I just can't figure out why it's not > 'installed' properly.
tca_correct is probably in /Applications/Hugin/tools_mac/.
You may add this directory to your $PATH, by editing ~/.bash_profile,
adding:
PATH="/Applications/Hugin/tools_mac:${PATH}"
export PATH
Worked for me (tca_correct runs from the command line). There might be
other ways to set $PATH on macOS.
--
Šarūnas Burdulis
math.dartmouth.edu/~sarunas
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Lensfun-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lensfun-users
