--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.1: /usr/bin/python
Wed May 16 20:10:34 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /group/www/html/hg/index.cgi in ()
      9     sys.path.insert(0, "/home/httpd/html/hg/.lib") # for www.kernel.org
     10 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install
=>   11 from mercurial.hgweb.hgwebdir_mod import hgwebdir
     12 from mercurial.hgweb.request import wsgiapplication
     13 import mercurial.hgweb.wsgicgi as wsgicgi
mercurial undefined, hgwebdir undefined

<type 'exceptions.ImportError'>: No module named mercurial.hgweb.hgwebdir_mod
      args = ('No module named mercurial.hgweb.hgwebdir_mod',)
      message = 'No module named mercurial.hgweb.hgwebdir_mod'