TypeError | Python 2.4.3: /usr/bin/python2 Thu Jun 14 19:31:39 2007 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/srv/web/accounts/userbox.cgi |
305 if username and action=='edit': |
306 website.handle_group_mods(dbh, form, 'userbox.cgi', username, |
307 None, fixed_item='username', auth_username=auth_username) |
308 |
309 website.print_footer("Fedora User") |
builtin None = None, fixed_item undefined, auth_username = 'ddouthit' |
/srv/web/accounts/website.py in handle_group_mods(dbh=<website.PostgresDBConnection instance>, form=FieldStorage(None, None, [MiniFieldStorage('user..., '0'), MiniFieldStorage('_role_show_all', '1')]), url='userbox.cgi', username='ddouthit', groupname=None, fixed_item='username', auth_username='ddouthit') |
466 role_group = form['groupname'].value |
467 role_user = form['username'].value |
468 allowed_actions = get_allowed_group_actions(dbh, auth_username, role_group, group_info=group_info, for_username=role_user) |
469 if role_user == auth_username: |
470 permitted = 'add_self' in allowed_actions |
allowed_actions undefined, global get_allowed_group_actions = <function get_allowed_group_actions>, dbh = <website.PostgresDBConnection instance>, auth_username = 'ddouthit', role_group = 'Infrastructure', group_info = {}, for_username undefined, role_user = 'ddouthit' |
/srv/web/accounts/website.py in get_allowed_group_actions(dbh=<website.PostgresDBConnection instance>, auth_username='ddouthit', groupname='Infrastructure', group_info={}, for_username='ddouthit') |
433 my_group_info = group_info |
434 ginfo = get_group_info(dbh, groupname) |
435 my_group_info.update(ginfo) |
436 if my_group_info['name'] == 'cla_done': |
437 return [] |
my_group_info = {}, my_group_info.update = <built-in method update of dict object>, ginfo = None |
TypeError: iteration over non-sequence
args =
('iteration over non-sequence',)