Edgewall Software

Changes between Version 119 and Version 120 of TracOnWindows


Ignore:
Timestamp:
Oct 12, 2005, 1:59:44 AM (19 years ago)
Author:
ali.karbassi@…
Comment:

Added Comment about missing DLLS

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v119 v120  
    414414The only thing I don't understand is what should I do "to lock down the security on the box". Excuse me, I'm a begineer in this things, Could somebody explain a little bit? Thanks, a lot!
    415415
     416=== DLL Errors ===
     417After a fresh install, trying to access either the Timeline or Browse Source tabs results in an internal error:
     418{{{
     419Traceback (most recent call last):
     420
     421    File "C:\Local\Python23\Lib\site-packages\trac\core.py", line 531, in cgi_start
     422        real_cgi_start()
     423    File "C:\Local\Python23\Lib\site-packages\trac\core.py", line 526, in real_cgi_start
     424        dispatch_request(path_info, args, req, env)
     425    File "C:\Local\Python23\Lib\site-packages\trac\core.py", line 439, in dispatch_request
     426        module = module_factory(args, env, database, req)
     427    File "C:\Local\Python23\Lib\site-packages\trac\core.py", line 172, in module_factory
     428        import sync
     429    File "C:\Local\Python23\Lib\site-packages\trac\sync.py", line 22, in ?
     430        from svn import fs, util, delta, repos, core
     431    File "C:\Local\Python23\lib\svn\fs.py", line 28, in ?
     432        import libsvn.fs
     433    File "C:\Local\Python23\lib\libsvn\fs.py", line 4, in ?
     434        import _fs ImportError?: DLL load failed: The specified module could not be found.
     435}}}
     436
     437An easy solution would be to copy dlls at svn\bin\*.dll to cgi-bin directory. then it works well.
     438
    416439
    417440==== Guía en Español ====