>
 
 
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={})
  165         try:
  166             from MoinMoin.support import cgitb
  167             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/kim-1com/moin-0.10/MoinMoin/support/cgitb.py'>, handler = <function execute>
  168         except:
  169             cgi.print_exception()

/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>)
   24     # figure the start and end words
   25     match = s_re.match(pagename)
   26     start = match.group(1)
       start = undefined, match = None, global group = undefined
   27     s_len = len(start)
   28     match = e_re.search(pagename)

AttributeError: 'None' object has no attribute 'group'
      args = ("'None' object has no attribute 'group'",)