Edgewall Software

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2612 closed defect (worksforme)

problem in installing trac wiki — at Version 2

Reported by: naveedh@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

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.

Change History (2)

comment:1 by Emmanuel Blot, 18 years ago

Priority: highestnormal
Resolution: worksforme
Severity: criticalnormal
Status: newclosed

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.

comment:2 by Emmanuel Blot, 18 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.