> File"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/os.py", line 392, in _execvpe func(fullname, *argrest)
> OSError: [Errno 2] No such file or directory
Check whether the $PATH variable in the cron environment has the
directory where GPG is installed.
A fix may be to paste the result of this terminal command to the top
of the crontab that invokes duplicity:
echo PATH=$PATH
Depending on how you installed duplicity, you may need to add other
variables to the cron environment.