Hello, [EMAIL PROTECTED] wrote: > I just followed the instuction from > http://trac.edgewall.org/wiki/TracMercurial but failed. > > It says that hg is not recognized after I build The TracMercurial plugin egg > and added to the plugins folder of the environment,
You need to be able to import the mercurial package from the python interpreter you're using for running Trac. For example, if you're starting tracd from a shell, then from the same shell you need to be able to do the following: $ python >>> import mercurial >>> If you get an import error at this point, Mercurial itself was not properly installed for this interpreter. If you're using trac from apache, then have a look at the TracModPython page and look for the instructions about how to extend the PYTHONPATH for Subversion, and transpose. For Trac 0.12, I plan to make such errors (the "xxx not supported..." ones) a bit more informative. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
