Edgewall Software

Changes between Version 28 and Version 29 of TracOnWindows


Ignore:
Timestamp:
Jul 10, 2004, 1:33:25 AM (20 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v28 v29  
    148148  (BUG) As of 20040612, Trac-win32 version 0.7.1 DOES NOT include a file called siteconfig.py, which is required for the scripts to work. There are two workarounds: 1) Install 0.7 first and then install 0.7.1 on top of it or 2) Create  c:\python23\lib\site-packages\trac\siteconfig.py (or wherever your installation is) yourself:
    149149{{{
    150    # siteconfig.py
    151    __default_templates_dir__ = r'c:\Python23\share\trac\templates'
    152    __default_htdocs_dir__ = r'c:\Python23\share\trac\htdocs'
    153    __default_wiki_dir__ = r'c:\Python23\share\trac\wiki-default'
     150# siteconfig.py
     151__default_templates_dir__ = r'c:\Python23\share\trac\templates'
     152__default_htdocs_dir__ = r'c:\Python23\share\trac\htdocs'
     153__default_wiki_dir__ = r'c:\Python23\share\trac\wiki-default'
    154154}}}
    155155  Remember to correct the paths in that file! Under no circumstances should you actually *run* 0.7. This will hopefully be fixed in the next version. You will be able to change those directories later (which I'd recommend).