| <type 'exceptions.ImportError'> | Python 2.6.6: /usr/bin/python Wed Feb 8 15:30:06 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.
| /opt/websites/root/www.nick-andrew.net/share-hg-repos.cgi in |
| 7 |
| 8 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install |
| 9 from mercurial.hgweb.hgwebdir_mod import hgwebdir |
| 10 from mercurial.hgweb.request import wsgiapplication |
| 11 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'