python from crontab
Posted by: bcantrell
Posted on: 2008-04-20 11:24:00
I have a python script that works great when I execute it manually through SSH. But when I set up a cronjob to run it, I get back this error every time.
ImportError: No module named django.core.management
I've tried setting up django via these two methods and got the same error message with each:
http://blog.capstrat.com/tags/crontab/
http://superjared.com/entry/django-and-crontab-best-friends/