--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.5: /usr/local/bin/python
Fri May 18 08:45:30 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.

 /usr/home/mat/mat.cc/mat.cc/web/dev/index.cgi in ()
   19 #os.environ["HGENCODING"] = "UTF-8"
   20 
   21 from mercurial.hgweb.hgwebdir_mod import hgwebdir
   22 from mercurial.hgweb.request import wsgiapplication
   23 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'