--> -->

AttributeError

'RequestModPy' object has no attribute 'split'

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /usr/lib/python2.6/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestModPy object>)

    1. 1205 self.page.send_page(self, msg=msg)
    2. 1206 else:
    3. 1207 handler(self.page.page_name, self)
    4. 1208
    5. 1209 # generate page footer (actions that do not want this footer use
    • handler = <function execute>
    • self = <MoinMoin.request.RequestModPy object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'BasicsLecture/011'
  2. /local/web/wikis/cs348b-07/data/plugin/action/PageComment2.py in execute (macro=u'BasicsLecture/011', args=<MoinMoin.request.RequestModPy object>)

    1. 184
    2. 185 # INITIALIZATION ----------------------------------------
    3. 186 getparams(args)
    4. 187 setglobalvalues(macro)
    5. 188
    • global getparams = <function getparams>
    • args = <MoinMoin.request.RequestModPy object>
  3. /local/web/wikis/cs348b-07/data/plugin/action/PageComment2.py in getparams (args=<MoinMoin.request.RequestModPy object>)

    1. 373 if args:
    2. 374 # Arguments are comma delimited key=value pairs
    3. 375 sargs = args.split(',')
    4. 376
    5. 377 for item in sargs:
    • sargs undefined
    • args = <MoinMoin.request.RequestModPy object>
    • args.split undefined

AttributeError

'RequestModPy' object has no attribute 'split'

  • args = ("'RequestModPy' object has no attribute 'split'",)
  • message = "'RequestModPy' object has no attribute 'split'"

System Details