Edgewall Software

Changes between Version 179 and Version 180 of TracOnWindows


Ignore:
Timestamp:
Aug 13, 2006, 2:10:56 PM (18 years ago)
Author:
Sune.Riedel@…
Comment:

Added a comment in step 26 about what to set the PYTHONPATH variable to - this doesn't seem to be explained anywhere else.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v179 v180  
    301301If you are using PostgreSQL and you get an error stating that libpq.dll cannot be found, add the PostgreSQL bin directory to your path (ex: C:\Program Files\PostgreSQL\8.1\bin). 
    302302
    303 If you get an error like "ImportError: No module named svn" you are missing the path to the SVN Python hooks in the PYTHONPATH environment varialbe.
     303If you get an error like "ImportError: No module named svn" you are missing the path to the SVN Python hooks in the PYTHONPATH environment variable.
     304eg.
     305{{{
     306C:\Python23\Scripts>set PYTHONPATH=C:\Python23\Lib\site-packages\svn-win32-1.2.3\python
     307}}}
     308...assuming you installed the hooks for SVN1.2.3.
    304309
    305310To get this step done the right way, you have to understand that the trac database is '''not''' the svn repository.