Thanks for replying so quickly!
I did take a look at the logs, and here is the situation:
I have python3.7 installed, so I’ve been putting that in the place of python in my crontab file and in the path at the top of my python scripts (screenshots to follow). When I do that, it gives me the error that python3.7 command can’t be found. But when I use just python in the command and the path on my python scripts, that error disappears, but it can’t find the module optommp, which I’m importing in one of my files. That makes me think that maybe it’s trying to run my python scripts with an older version, but I only have optommp installed for python3.7.
Any thoughts on what may be going wrong here?