I thought I would pass this along in case it helps anyone.

A recent update on my Mac broke my python symlink.  I have my
/usr/bin/python pointing to /usr/local/bin/python2.6 via a symlink.  My
modules are located in /usr/local/lib/python2.6.  If you are experiencing a
problem with importing modules after a mac update, check you python path.
You will know if you are having that problem if you see this in your apache
error log:

TemplateSyntaxError: Caught ImportError while rendering: No module named
<your module>


HTH

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

Reply via email to