>
 
 
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/robotgroupnet/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/robotgroupnet/moin-0.10/MoinMoin/support/cgitb.py'>, handler = <function execute>
  168         except:
  169             cgi.print_exception()

/home/robotgroupnet/moin-0.10/MoinMoin/action/LikePages.py in execute(pagename='Trampoline Sensor MK II', form=FieldStorage(None, None, [MiniFieldStorage('action', 'LikePages')]), s_re=<SRE_Pattern object>, e_re=<SRE_Pattern object>)
   27     s_len = len(start)
   28     match = e_re.search(pagename)
   29     end = match.group(1)
       end = undefined, match = None, global group = undefined
   30     e_len = len(end)
   31 

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