--> -->

AttributeError

PageEditor instance has no attribute 'send_editor'

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. /afs/cc.monash.edu.au/users/s/a/sangus/moin158libs/lib/python2.3/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI 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.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'MiscNotes/WhyIRun'
  2. /afs/monash/users/s/a/sangus/moin-wikis/leviathan/data/plugin/action/ExternalEdit.py in execute (pagename=u'MiscNotes/WhyIRun', request=<MoinMoin.request.RequestCGI object>)

    1. 155 def execute(pagename, request):
    2. 156 editor = ExternalEditor(pagename)
    3. 157 editor.handle_request(request)
    4. 158 # end def
    5. 159
    • editor = <wikiconfig.plugin.action.ExternalEdit.ExternalEditor instance>
    • editor.handle_request = <bound method ExternalEditor.handle_request of <...gin.action.ExternalEdit.ExternalEditor instance>>
    • request = <MoinMoin.request.RequestCGI object>
  3. /afs/monash/users/s/a/sangus/moin-wikis/leviathan/data/plugin/action/ExternalEdit.py in handle_request (self=<wikiconfig.plugin.action.ExternalEdit.ExternalEditor instance>, request=<MoinMoin.request.RequestCGI object>)

    1. 36 self.save_page()
    2. 37 else:
    3. 38 self.edit_page()
    4. 39 # end if
    5. 40 # end def
    • self = <wikiconfig.plugin.action.ExternalEdit.ExternalEditor instance>
    • self.edit_page = <bound method ExternalEditor.edit_page of <wikic...gin.action.ExternalEdit.ExternalEditor instance>>
  4. /afs/monash/users/s/a/sangus/moin-wikis/leviathan/data/plugin/action/ExternalEdit.py in edit_page (self=<wikiconfig.plugin.action.ExternalEdit.ExternalEditor instance>)

    1. 68 #if not self.request.user.may.edit(self.pagename):
    2. 69 if not self.request.user.may.write(self.pagename):
    3. 70 self.editor.send_editor(self.request)
    4. 71 else:
    5. 72 headers = ['Content-Type: application/x-moinmoin-edit',
    • self = <wikiconfig.plugin.action.ExternalEdit.ExternalEditor instance>
    • self.editor = <MoinMoin.PageEditor.PageEditor instance>
    • self.editor.send_editor undefined
    • self.request = <MoinMoin.request.RequestCGI object>

AttributeError

PageEditor instance has no attribute 'send_editor'

  • args = ("PageEditor instance has no attribute 'send_editor'",)
  • message = "PageEditor instance has no attribute 'send_editor'"

System Details