| ImportError | Python 2.4.4: /usr/bin/python Fri Jul 30 17:14:16 2010 |
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/riikari/zeenet.fi/cgi-bin/darcsweb.cgi |
| 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/riikari/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>, as undefined, all_configs undefined |
ImportError: No module named config
args =
('No module named config',)