| <type 'exceptions.ImportError'> | Python 2.6.5: /usr/bin/python2.6 Sat Jan 28 12:21:16 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.
| /home/www/net/madfire/hg/www/cgi-bin/hgwebdir.cgi in |
| 7 |
| 8 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install |
| 9 from mercurial import hgweb |
| 10 |
| 11 # The config file looks like this: |
| mercurial undefined, hgweb undefined |
<type 'exceptions.ImportError'>: No module named mercurial
args =
('No module named mercurial',)
message =
'No module named mercurial'