Changes between Initial Version and Version 1 of Ticket #5004
- Timestamp:
- Jul 29, 2007, 1:20:03 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5004
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #5004 – Description
initial v1 1 Setting up mod_python, when I put in PythonPath="['/usr/local/django/devel'].sys.path", I get :2 1 Setting up mod_python, when I put in {{{PythonPath="['/usr/local/django/devel'].sys.path"}}} , I get : 2 {{{ 3 3 Mod_python error: "PythonHandler django.core.handlers.modpython" 4 4 … … 27 27 28 28 EnvironmentError: Could not import settings 'settings' (Is it on sys.path? Does it have syntax errors?): No module named settings 29 }}} 29 30 30 31 31 32 32 33 However....with ['/usr/local/django/']+sys.path it works fine...... 33 However....with {{{['/usr/local/django/']+sys.path}}} it works fine......