| <type 'exceptions.ImportError'> | Python 2.6.5: /usr/bin/python Sat Feb 4 13:30:39 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/matti/zeenet.fi/cgi-bin/darcsweb.cgi in |
| 2340 # if they don't specify a repo, print the list and exit |
| 2341 if not form.has_key('r'): |
| 2342 fill_config() |
| 2343 do_listrepos() |
| 2344 log_times(cache_hit = 0, event = 'index') |
| fill_config = <function fill_config> |
| /home/matti/zeenet.fi/cgi-bin/darcsweb.cgi in fill_config(name=None) |
| 2234 |
| 2235 def fill_config(name = None): |
| 2236 import config as all_configs |
| 2237 expand_multi_config(all_configs) |
| 2238 |
| 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'