Edgewall Software

Changes between Initial Version and Version 11 of Ticket #665


Ignore:
Timestamp:
Aug 29, 2006, 9:52:10 AM (18 years ago)
Author:
Christian Boos
Comment:

(will change the resolution status)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #665

    • Property Status newreopened
    • Property Severity normalmajor
    • Property Component generalversion control
    • Property Version none0.7.1
    • Property Keywords svn windows added
  • Ticket #665 – Description

    initial v11  
    11I just followed all of the instructions on the TracOnWindows site for installing all of the components that Trac uses.  I'm using Apache 2.0.49, Python 2.3.4, Subversion 1.0.6 with the 1.0.6 version of the python language bindings, SQLLite 2.8.15, PySQLLite 0.5.1-py2.3, and Trac 0.7.1.  I'm using Windows XP right now (as test setup).  Everything seems to work, right down to SSPI authentication to SVN repository via apache, and SSPI authentication to Trac itself.  The problem happens (every time) when I click on the "Browse Source" or "Timeline" buttons.  I get an oops screen with "DLL load failed: The specified module could not be found." as the message.  I also get the following python traceback:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "C:\apps\Python23\Lib\site-packages\trac\core.py", line 475, in cgi_start
     
    1717    import _fs
    1818ImportError: DLL load failed: The specified module could not be found.
    19 
     19}}}
    2020
    2121I can't seem to find any good information on this message, related to the libsvn or svn libraries at all. I really am not all that familiar with Python itself either, and I'm not sure what to try.  I did notice (from playing around with it) that I get a different message if the _fs.dll file is missing.
    2222
    23 The internal error message says "No module named _fs" and the trace back looks like this:
    24 
    25 Traceback (most recent call last):
    26   File "C:\apps\Python23\Lib\site-packages\trac\core.py", line 475, in cgi_start
    27     real_cgi_start()
    28   File "C:\apps\Python23\Lib\site-packages\trac\core.py", line 470, in real_cgi_start
    29     dispatch_request(path_info, args, req, env, database)
    30   File "C:\apps\Python23\Lib\site-packages\trac\core.py", line 378, in dispatch_request
    31     module = module_factory(args, env, database, req)
    32   File "C:\apps\Python23\Lib\site-packages\trac\core.py", line 137, in module_factory
    33     globals(),  locals())
    34   File "C:\apps\Python23\Lib\site-packages\trac\Browser.py", line 25, in ?
    35     from svn import core, fs, util, delta
    36   File "C:\apps\Python23\lib\svn\fs.py", line 27, in ?
    37     import libsvn.fs
    38   File "C:\apps\Python23\lib\libsvn\fs.py", line 4, in ?
    39     import _fs
    40 ImportError: No module named _fs
     23The internal error message says "No module named _fs" and the trace back looks the same as above.
    4124
    4225I searched on both the subversion.tigris.org site as well as the tortoisesvn.tigris.org site for more information but not much was found about this message.  Some googling yeilded some similar error messages with a product called viewcvs, but I'm not sure there was any kind of "fix" for the error.
    4326
    44 Any help would be appriciated.
     27Any help would be appreciated.
    4528
    4629Thanks.
    4730
    4831Kendal Montgomery.
     32
     33----
     34'''Note:'''
     35This is usually an issue with the Subversion DLLs not being present in the system path:
     36 - see comment:5
     37 - see comment:9, for IIS