| <type 'exceptions.ImportError'> | Python 2.6.5: /usr/bin/python Thu May 17 02:24:20 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.
| /srl/sh/home-0/harish/www_docs/meta/changelog/hgweb.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'