Thursday, September 1, 2011

Re: feed updates stopped working

On 01-09-11 15:38, vanderkerkoff wrote:
> I can import fact from within a python shell by the way, so the
> fact.pth is working from a shell

Perhaps just stick some debugging in the cronjob? Just add extra python
commands in there, like:

python -c "import os;print os.environ"
python -c "import sys;print sys.path"


Reinout

--
Reinout van Rees http://reinout.vanrees.org/
reinout@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment