Modify ↓
Ticket #2612 (closed defect: worksforme)
Opened 6 years ago
Last modified 6 years ago
problem in installing trac wiki
| Reported by: | naveedh@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.2 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by eblot) (diff)
after installing the trac at window2003 wiht apache 2.5. i got error while accessing the timline page. here is deatils:
Python traceback
Traceback (most recent call last):
File "D:\Python23\Lib\site-packages\trac\web\cgi_frontend.py", line 131, in run
dispatch_request(req.path_info, req, env)
File "D:\Python23\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "D:\Python23\Lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "D:\Python23\Lib\site-packages\trac\Timeline.py", line 138, in process_request
filters)
File "D:\Python23\Lib\site-packages\trac\versioncontrol\web_ui\changeset.py", line 108, in get_timeline_events
repos = self.env.get_repository()
File "D:\Python23\Lib\site-packages\trac\env.py", line 155, in get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
File "D:\Python23\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 25, in ?
from svn import fs, repos, core, delta
File "d:\python23\lib\site-packages\svn\fs.py", line 19, in ?
from libsvn.fs import *
File "d:\python23\lib\site-packages\libsvn\fs.py", line 5, in ?
import _fs
ImportError: DLL load failed: The specified module could not be found.
Attachments
Change History
comment:1 Changed 6 years ago by eblot
- Priority changed from highest to normal
- Resolution set to worksforme
- Severity changed from critical to normal
- Status changed from new to closed
comment:2 Changed 6 years ago by eblot
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.



This problem sounds more like an installation issue than a Trac bug.
You'd better ask for support on the Trac ML first, before filling in a bug.
Meanwhile, it is probably worth having a look at #1254 and #1597 to try to understand and solve your installation issue.