no such table: mygroup
--> -->| <type 'exceptions.TypeError'> | Python 2.6.2: /usr/local/bin/python Sat Jan 28 22:12:50 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/posters/shawflooring.24flooring.com/html/genit.py in |
| 691 print 'Content-Type: text/html\n' |
| 692 relatives = [] |
| 693 doorways, doornames = group.infDoor(groupName.encode('utf_8')) |
| 694 pageName = doorName = groupName |
| 695 tmplSrc = readTmpl('main') |
| doorways undefined, doornames undefined, group = <module 'group' from '/home/posters/shawflooring.24flooring.com/html/group.pyc'>, group.infDoor = <function infDoor at 0x405588ec>, groupName = u'shaw flooring', groupName.encode = <built-in method encode of unicode object at 0x401b9ab8> |
<type 'exceptions.TypeError'>: 'NoneType' object is not iterable
args =
("'NoneType' object is not iterable",)
message =
"'NoneType' object is not iterable"