﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4110	import settings.py errors	stanislas.guerra@…	Jacob	"Using apache 2.2.x with mod_python 3.3.1, I was unable to get my project running with the configuration tips provided concerning the PYTHONPATH.

Instead of 

{{{
PythonPath ""['/path/to/project'] + sys.path""
}}}

I have to use :

{{{
PythonPath ""['/path/to/project'] + sys.path""
PythonPath ""['/path/to'] + sys.path""
}}}

My example of httpd.conf

{{{
<Location ""/myproject/"">
        SetHandler mod_python
        PythonHandler django.core.handlers.modpython
        SetEnv DJANGO_SETTINGS_MODULE myproject.settings
        PythonDebug On
        PythonPath ""['/var/www/localhost/htdocs/myproject'] + sys.path""
        PythonPath ""['/var/www/localhost/htdocs'] + sys.path""
</Location>

}}}





I need
"		closed	Documentation	dev		duplicate	mod_python pythonpath		Unreviewed	0	0	0	0	0	0
