Ticket #4671 (closed defect: invalid)
Attempts at installing Trac
| Reported by: | phagerty@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description (last modified by eblot) (diff)
I am attempting to install Trac on a Windows XP SP2 machine that we will use for the software. I cannot seem to get it to run, after attempting it with Python 2.3, 2.4, and 2.5, it seems there is always some missing component.
I started getting this error:
Python Traceback
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "C:\Python23\Lib\site-packages\trac\versioncontrol\api.py", line 73, in pre_process_request
self.get_repository(req.authname) # triggers a sync if applicable
File "C:\Python23\Lib\site-packages\trac\versioncontrol\api.py", line 91, in get_repository
raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "svn"
after installing it following directions from Creative Restraint.
I am basically looking for help. The most success I have had so far is running it in Python 2.4, however, I cannot link it to my tortoiseSVN (on a seperate server) in anyway according most documentation I've read. Can anyone e-mail me with some assistance?


