| RepoNotFound | Python 2.5.2: /usr/bin/python Sat Jan 28 16:18:48 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/n222/html/cgi-bin/darcsweb.cgi in |
| 2443 # get the repo configuration and fill the config class |
| 2444 current_repo = urllib.unquote(form['r'].value) |
| 2445 fill_config(current_repo) |
| 2446 |
| 2447 |
| fill_config = <function fill_config at 0x9cdd95c>, current_repo = 'hsndfile' |
| /home/n222/html/cgi-bin/darcsweb.cgi in fill_config(name='hsndfile') |
| 2329 else: |
| 2330 # not found |
| 2331 raise "RepoNotFound", name |
| 2332 |
| 2333 # fill the configuration |
| name = 'hsndfile' |
RepoNotFound: hsndfile