>
 
 
AttributeError
Python 2.2.1
/home/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/hosting_users/jsbin/www/MoinMoin/cgimain.py in run(_cgiform=<class cgi.FieldStorage>)
  171         try:
  172             from MoinMoin.support import cgitb
  173             cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/home/hosting_users/jsbin/www/MoinMoin/support/cgitb.pyo'>, handler = <function execute>
  174         except:
  175             cgi.print_exception()

/home/hosting_users/jsbin/www/MoinMoin/action/LikePages.py in execute(pagename='QuoteFortuneMacro ', form=FieldStorage(None, None, [MiniFieldStorage('action', 'LikePages')]), s_re=<_sre.SRE_Pattern object>, e_re=<_sre.SRE_Pattern object>, s_re2=<_sre.SRE_Pattern object>, e_re2=<_sre.SRE_Pattern object>)
   38         s_len = len(start)
   39         match = e_re2.search(pagename)
   40         end = match.group(1)
       end = undefined, match = None, global group = undefined
   41         e_len = len(end)
   42 

AttributeError: 'NoneType' object has no attribute 'group'
      __doc__ = 'Attribute not found.'
      __getitem__ = <bound method AttributeError.__getitem__ of <exceptions.AttributeError instance at 0x820d604>>
      __init__ = <bound method AttributeError.__init__ of <exceptions.AttributeError instance at 0x820d604>>
      __module__ = 'exceptions'
      __str__ = <bound method AttributeError.__str__ of <exceptions.AttributeError instance at 0x820d604>>
      args = ("'NoneType' object has no attribute 'group'",)