| <type 'exceptions.ImportError'> | Python 2.6.5: /usr/bin/python Thu Feb 23 12:45:27 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.
| /usr/lib/cgi-bin/darcsweb.cgi in |
| 2503 # if they don't specify a repo, print the list and exit |
| 2504 if not form.has_key('r'): |
| 2505 fill_config() |
| 2506 do_listrepos() |
| 2507 log_times(cache_hit = 0, event = 'index') |
| fill_config = <function fill_config> |
| /usr/lib/cgi-bin/darcsweb.cgi in fill_config(name=None) |
| 2379 |
| 2380 def fill_config(name = None): |
| 2381 import config as all_configs |
| 2382 expand_multi_config(all_configs) |
| 2383 |
| global config = <class __main__.config>, all_configs undefined |
<type 'exceptions.ImportError'>: No module named config
args =
('No module named config',)
message =
'No module named config'