pauld
Joined: 26 Jul 2008 Posts: 6
|
Posted: Thu Mar 10, 2011 10:31 am Post subject: Some projects page don't load because missing python HG |
|
|
Well, also some projects seems to not load because:
TracError: Unsupported version control system "hg". Check that the Python bindings for "hg" are correctly installed.
http://www.dsource.org/projects/ldc/
Code: | Python Traceback
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 484, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 217, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 307, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/lib64/python2.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/usr/lib64/python2.5/site-packages/trac/versioncontrol/api.py", line 94, in get_repository
((self.repository_type,)*2))
TracError: Unsupported version control system "hg". Check that the Python bindings for "hg" are correctly installed. |
Similar error for http://www.dsource.org/projects/qtd |
|