Edgewall Software

Changes between Version 57 and Version 58 of TracModWSGI


Ignore:
Timestamp:
Mar 14, 2014, 12:36:56 PM (10 years ago)
Author:
Jun Omae
Comment:

Using r prefix is intended

Legend:

Unmodified
Added
Removed
Modified
  • TracModWSGI

    v57 v58  
    2626On Windows, the Python Egg cache can be found in `%AppData%\Roaming`, for example:
    2727{{{#!python
    28 os.environ['PYTHON_EGG_CACHE'] = 'C:\Users\Administrator\AppData\Roaming\Python-Eggs\trac-1.0-py2.7-win32.egg-tmp\trac'
     28os.environ['PYTHON_EGG_CACHE'] = r'C:\Users\Administrator\AppData\Roaming\Python-Eggs\trac-1.0-py2.7-win32.egg-tmp\trac'
    2929}}}
    3030