| AttributeError | Python 2.1.3 /usr/bin/python |
A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call last.
| /home/kim-1com/moin-0.10/MoinMoin/cgimain.py in run(properties={}) |
| 167 cgitb.handler() |
| /home/kim-1com/moin-0.10/MoinMoin/action/LikePages.py in execute(pagename='JHJGFF', form=FieldStorage(None, None, [MiniFieldStorage('action', 'LikePages')]), s_re=<SRE_Pattern object>, e_re=<SRE_Pattern object>) |
| 26 start = match.group(1) |
AttributeError: 'None' object has no attribute 'group'
args = ("'None' object has no attribute 'group'",)