| <type 'exceptions.TypeError'> | Python 2.6.6: /usr/bin/python Wed May 22 18:35:53 2013 |
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 |
| 2510 # get the repo configuration and fill the config class |
| 2511 current_repo = urllib.unquote(form['r'].value) |
| 2512 fill_config(current_repo) |
| 2513 |
| 2514 |
| fill_config = <function fill_config>, current_repo = 'elephant-unstable' |
| /usr/lib/cgi-bin/darcsweb.cgi in fill_config(name='elephant-unstable') |
| 2396 else: |
| 2397 # not found |
| 2398 raise "RepoNotFound", name |
| 2399 |
| 2400 # fill the configuration |
| name = 'elephant-unstable' |
<type 'exceptions.TypeError'>: exceptions must be old-style classes or derived from BaseException, not str
args =
('exceptions must be old-style classes or derived from BaseException, not str',)
message =
'exceptions must be old-style classes or derived from BaseException, not str'