Ticket #1597 (closed defect: worksforme)
Timeline and browse source fail after installation
| Reported by: | philippe.marzin@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | general | Version: | 0.8.1 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
I did everything described in the TracOnWindow? page - use svn 1.1.4, Python-2.3 - everything works fine, except Timeline and Browse source where I get the error lines below - I put all dll in system32. The only thing I did not do is to import things into the svn repository.
Oops... Trac detected an internal error:
DLL load failed: Le module sp�cifi� est introuvable.
If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.
Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.
TracGuide — The Trac User and Administration Guide Python traceback
Traceback (most recent call last):
File "C:\pmn\pmn-home\Python-2.3\Lib\site-packages\trac\core.py", line 531, in cgi_start
real_cgi_start()
File "C:\pmn\pmn-home\Python-2.3\Lib\site-packages\trac\core.py", line 526, in real_cgi_start
dispatch_request(path_info, args, req, env)
File "C:\pmn\pmn-home\Python-2.3\Lib\site-packages\trac\core.py", line 439, in dispatch_request
module = module_factory(args, env, database, req)
File "C:\pmn\pmn-home\Python-2.3\Lib\site-packages\trac\core.py", line 172, in module_factory
import sync
File "C:\pmn\pmn-home\Python-2.3\Lib\site-packages\trac\sync.py", line 22, in ?
from svn import fs, util, delta, repos, core
File "C:\pmn\pmn-home\Python-2.3\lib\svn\fs.py", line 28, in ?
import libsvn.fs
File "C:\pmn\pmn-home\Python-2.3\lib\libsvn\fs.py", line 4, in ?
import _fs
ImportError?: DLL load failed: Le module sp�cifi� est introuvable.


