Ticket #4671 (closed defect: invalid)
Opened 5 years ago
Last modified 5 years ago
Attempts at installing Trac
| Reported by: | phagerty@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
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?
Attachments
Change History
comment:1 Changed 5 years ago by eblot
- Description modified (diff)
- Priority changed from high to normal
- Resolution set to invalid
- Severity changed from blocker to major
- Status changed from new to closed



From the 'New Ticket' page:
Support and installation questions should be asked on the mailing list or IRC channel, not filed as tickets. Also, please check whether the issue you've encountered has been reported before.
Please refer to the MailingList page for more information.