I guess you mean that I should execute import mercurial as a python command? I recieved "ImportError: No module named mercurial", so I guess there is something missing in my Mercurial installation.
I'm on a Synology (NAS) and installed Mercurial through ipkg. I'll dig deeper. Thanks for directions! On Monday, October 7, 2013 8:26:33 PM UTC+2, olemis wrote: > > On 10/7/13, Oscar Edvardsson <[email protected] <javascript:>> wrote: > > Thanks for the reply! > > > > :) > > > I forgot to add that I have Mercurial installed and I can issue commands > > from it. > > ... the binaries , ok ; but ... > > > To help me troubleshoot; what you are saying is that Trac can access it > > somehow? I'll look into it. > > > > ... yes, you have to install mercurial sources **on the Python env > used to run Trac** . Try `import mercurial` after launching **the > interpreter you use to run Trac** > > This is a quite frequent issue on Windows and/or when using virtualenv > > [...] > > -- > 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.
