• My Errors
  • Login
  • Search
Search again

Error #86390

ImportError: No module named mercurial

User's solution

This works!
+2 Vote Up

Added this to the top of hgwebdir.cgi:
import sys
sys.path.insert(0, "/usr/lib/python2.5/site-packages/")

(pointing to where the proper directory was for where I put the mercurial package for Python)

Nov 26, 2008

Comments

hi... it solve my problem... thank you very much!!!

user123457 Aug 11, 2011