| ImportError | Python 2.4.3: /usr/bin/python Thu Dec 4 12:19:22 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.
| /home/somejerk/domains/somejerkthemovie.com/public_html/cgi-bin/hg.cgi |
| 7 |
| 8 sys.path.insert(0, "/home/somejerk/lib/python") # if not a system-wide install |
| 9 from mercurial import hgweb |
| 10 |
| 11 # The config file looks like this: |
| mercurial undefined, hgweb undefined |
ImportError: No module named mercurial
args =
('No module named mercurial',)