Django

Code

Ticket #3801 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Improvement: In mod_python description, PythonPath for windows environment must be 'double-escaped'

Reported by: BastiG Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords: mod_python windows
Cc: Triage Stage: Ready for checkin
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

03/24/07 10:19:26 changed by BastiG

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

Sorry for the aweful formatting. Here more readable:

PythonPath "[e:\\\\dev\\\\django\\\\project] + sys.path"

03/24/07 14:36:00 changed by Gary Wilson <gary.wilson@gmail.com>

  • stage changed from Unreviewed to Ready for checkin.

Agreed that this would be a good thing to add as a note for windows users to the mod_python documentation. Marking as ready for checkin, as this is a trivial addition.

03/31/07 04:40:28 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [4877]) Fixed #3801 -- Added note about double-escaping Windows paths when configuring mod_python.


Add/Change #3801 (Improvement: In mod_python description, PythonPath for windows environment must be 'double-escaped')




Change Properties
Action