I am unable to import a package using a symbolic link, a dist-
packages .pth file, or sys.path.append in the wsgi file on:

ubuntu 10.04 LTS
apache 2.2.14
mod-wsgi 2.8-2
django 1.2.5

when the package directory is outside the application directory. The
import works correctly if the directory containing the package is
copied into the application directory.

The import error still occurs if the permissions of the package
directory are changed, recursively, to o+rwx, or the owner and group
are changed to www-data.

What am I doing wrong?


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to