id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 665,No module named _fs (DLL load failed: The specified module could not be found.),montgomerykl@…,Jonas Borgström,"I 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: {{{ Traceback (most recent call last): File ""C:\apps\Python23\Lib\site-packages\trac\core.py"", line 475, in cgi_start real_cgi_start() File ""C:\apps\Python23\Lib\site-packages\trac\core.py"", line 470, in real_cgi_start dispatch_request(path_info, args, req, env, database) File ""C:\apps\Python23\Lib\site-packages\trac\core.py"", line 378, in dispatch_request module = module_factory(args, env, database, req) File ""C:\apps\Python23\Lib\site-packages\trac\core.py"", line 137, in module_factory globals(), locals()) File ""C:\apps\Python23\Lib\site-packages\trac\Browser.py"", line 25, in ? from svn import core, fs, util, delta File ""C:\apps\Python23\lib\svn\fs.py"", line 27, in ? import libsvn.fs File ""C:\apps\Python23\lib\libsvn\fs.py"", line 4, in ? import _fs ImportError: DLL load failed: The specified module could not be found. }}} I 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. The internal error message says ""No module named _fs"" and the trace back looks the same as above. I 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. Any help would be appreciated. Thanks. Kendal Montgomery. ---- '''Note:''' This is usually an issue with the Subversion DLLs not being present in the system path: - see comment:5 - see comment:9, for IIS",defect,closed,normal,,version control,0.7.1,major,worksforme,svn windows,,,,,