Thanks for the input! Ok, it was the installation of mercurial that had some strange names, but I fixed that with creating aliases. However, I get a different error now:
*Warning:* Can't synchronize with repository "(default)" (Unsupported version control system "hg": cannot import name hg). Look in the Trac log for more information. I can find nothing in the log (except saying that hg loaded). What does the error mean? I can successfully import what you mentioned in the previous post. Is it still a python error? On Tuesday, October 8, 2013 1:16:33 AM UTC+2, olemis wrote: > > On 10/7/13, Oscar Edvardsson <[email protected] <javascript:>> wrote: > > I guess you mean that I should execute import mercurial as a python > > command? > > yes > > > I recieved "ImportError: No module named mercurial", so I guess > > there is something missing in my Mercurial installation. > > > > This is what you should get in a properly configured Python (virtual) > environment > > {{{#!sh > > $ python > Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) > [GCC 4.4.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import trac > >>> import mercurial > >>> import tracext.hg.backend > >>> > }}} > > [...] > > -- > Regards, > > Olemis - @olemislc > > Apache⢠Bloodhound contributor > http://issues.apache.org/bloodhound > http://blood-hound.net > > Blog ES: http://simelo-es.blogspot.com/ > Blog EN: http://simelo-en.blogspot.com/ > > Featured article: > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
