I tried to install the GitPlugin for Trac 0.12 to hook my git repositories and trac but the GitPlugin depends on python2.5. The trac 0.12 are currently based on python2.4. Is there anyway I can switch trac to use python2.5? If not, I guess my other option is to downgrade to trac 0.11 since there's a GitPlugin for python2.4. asked 17 Nov '10, 08:27 matchfwd |
We have some instructions for upgrading Trac to Python 2.5 on our old forums. Those should have you up and running on Python 2.5 :) answered 17 Nov '10, 09:16 David L ♦♦ |