
tom.morse at yale
Oct 8, 2008, 7:05 AM
Post #4 of 4
(117 views)
Permalink
|
|
Re: MultipleRepositorySupport install error
[In reply to]
|
|
On Oct 6, 5:39 pm, "Stephen Moretti" <stephen.more...@gmail.com> wrote: > I'm running the multirepo install on windows with svn without any problems. > Sounds like you've got a setting wrong somewhere. I think I had the same > problem initially, but a quick RTFM solved it. > > Did you previously have a standard installation of Trac with hg running? I tried the single repository version but that failed also similarly > > Did you do a search on the trac website for your error message?http://trac.edgewall.org/ticket/7346 Yes however I did not find the above link. Thanks for sending that. The python check that worked for me was $ python Python 2.4.3 (#1, Oct 23 2006, 14:19:47) [GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mercurial >>> When I tried some of the python tests in the above ticket link they failed however I am not sure if the failed ones were applicable to my version of trac. An example one that failed was: >>> import backend Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named backend >>> > > Have you confirmed that you've got the correct Mercurial Plugin installed?http://trac.edgewall.org/wiki/TracMercurial Yes I was able to view the administrative pages as TracAdmin and saw that the correct plugin was installed. > > Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|