| <type 'exceptions.TypeError'> | Python 2.7.3: /usr/bin/python Sat May 18 17:31:08 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.
| /var/websites/www.eighty-twenty.org/darcsweb/index.cgi in |
| 2285 # get the repo configuration and fill the config class |
| 2286 current_repo = urllib.unquote(form['r'].value) |
| => 2287 fill_config(current_repo) |
| 2288 |
| 2289 |
| fill_config = <function fill_config>, current_repo = 'smalltalk-tng' |
| /var/websites/www.eighty-twenty.org/darcsweb/index.cgi in fill_config(name='smalltalk-tng') |
| 2210 else: |
| 2211 # not found |
| => 2212 raise "RepoNotFound", name |
| 2213 |
| 2214 # fill the configuration |
| name = 'smalltalk-tng' |
<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'