I have a python script that uses praw
. When I run the script it works perfectly, but when I try to run in through crontab
I continue to get:
import praw ImportError: No module named praw
I've tried everything I can think of and can't find any posts with the same issues. Not sure why it's doing this. Would appreciate any help, thank you.