Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 3 and Version 4 of InstallingTrac

Show
Ignore:
Author:
jcc7 (IP: 68.97.93.38)
Timestamp:
01/11/06 06:25:50 (18 years ago)
Comment:

error

Legend:

Unmodified
Added
Removed
Modified
  • InstallingTrac

    v3 v4  
    4949 
    5050Looking at the [http://projects.edgewall.com/trac/wiki/TracOnWindows Windows instructions], I think I might have missed a step where trac.db gets created. I think it's a SQLite database stored within a Subversion repository, but I'm not sure. Maybe trac-admain creates it? 
     51 
     52When I tried to run trac-admin,  
     53{{{ 
     54cd \PrgFiles\Python23\Scripts 
     55python trac-admin c:\pgm\d\dsource\trac\trac_repos\trac.db 
     56}}} 
     57 
     58I got an error (maybe I need to go back and install Trac manually?): 
     59{{{ 
     60Traceback (most recent call last): 
     61  File "trac-admin", line 21, in ? 
     62    from trac.scripts.admin import run 
     63ImportError: No module named trac.scripts.admin 
     64}}}