--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.2: /usr/bin/python
Fri Nov 21 01:44:32 2008

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

 /data/rtfs.org/www/hg/abiword-sharp/index.cgi in ()
   19 #os.environ["HGENCODING"] = "UTF-8"
   20 
   21 from mercurial.hgweb.hgweb_mod import hgweb
   22 from mercurial.hgweb.request import wsgiapplication
   23 import mercurial.hgweb.wsgicgi as wsgicgi
mercurial undefined, hgweb undefined

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