I am using a Python script to call a Wolfram script. In the call to the Wolfram script I had a relative path that should have been a full path. Putting a full path into the script fixed my problem; not a problem with cron after all.
Thanks for taking the time to answer.