> I do have it on the sys.path in django.wsgi, here it is:
>
> import os
> import sys
> sys.path.append('/Users/bradleyhintze/djcode')
> sys.path.append('/Users/bradleyhintze/djcode/MolProbity_Compare_test')

Seems like it is somehow not there - is settings.py inside
/Users/bradleyhintze/djcode/MolProbity_Compare_test?

You can also try inserting the path at the first position of the
sys.path instead of appending. Remember to restart Apache when you are
making config changes.

http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html

Regards,
Piotr

-- 
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