Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#2612 closed defect

problem in installing trac wiki — at Initial Version

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

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.


Powered by Trac 0.9.2

By Edgewall Software. Visit the Trac open source project at http://trac.edgewall.com/

Change History (0)

Note: See TracTickets for help on using tickets.