Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2612 closed defect (worksforme)

problem in installing trac wiki

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.

Attachments (0)

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)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.