Opened 18 years ago
Closed 18 years ago
#3801 closed (fixed)
Improvement: In mod_python description, PythonPath for windows environment must be 'double-escaped'
Reported by: | BastiG | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | mod_python windows | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Just a hint for the django-users that use windows and apache(2.2): The PythonPath has to be escaped twice,
such as the following:
PythonPath " e:\\\\dev\\\\django\\\\project + sys.path"
Otherwise django will not find the settings-file.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Agreed that this would be a good thing to add as a note for windows users to the [source:/django/trunk/docs/modpython.txt mod_python documentation]. Marking as ready for checkin, as this is a trivial addition.
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Sorry for the aweful formatting. Here more readable:
PythonPath "[e:\\\\dev\\\\django\\\\project] + sys.path"