Ticket #4296: modpython.diff
File modpython.diff, 585 bytes (added by , 17 years ago) |
---|
-
modpython.txt
63 63 **PythonPath "['/path/to/project'] + sys.path"** 64 64 </Location> 65 65 66 Note that ``PYTHONPATH`` should be the parent directory of any module(s) you want to 67 use, so if your application ``mysite`` is in the ``/var/www/mysite`` directory, then you 68 should use: 69 70 PythonPath "['/var/www'] + sys.path" 71 72 66 73 .. caution:: 67 74 68 75 If you're using Windows, remember that the path will contain backslashes.