Attachment 'AttributeError_form.html'

Download

--> -->

AttributeError

'RedirectOutputRequest' object has no attribute 'form'

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. /home/beteigeuze/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0xb7b97c4c>)

    1. 1304 self.page.send_page()
    2. 1305 else:
    3. 1306 handler(self.page.page_name, self)
    4. 1307
    5. 1308 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute at 0x9f25994>
    • self = <MoinMoin.request.request_standalone.Request object at 0xb7b97c4c>
    • self.page = <MoinMoin.Page.Page object at 0xa0ee44c>
    • self.page.page_name = u'Artikel/OR/MSchV 24, 26, 27, 35, 60a.'
  2. /home/beteigeuze/webapps/moinmoin/data/zgb/plugin/action/CreatePdfDocument.py in execute (pagename=u'Artikel/OR/MSchV 24, 26, 27, 35, 60a.', request=<MoinMoin.request.request_standalone.Request object at 0xb7b97c4c>)

    1. 1775
    2. 1776
    3. 1777 def execute(pagename, request):
    4. 1778 CreatePdfDocument(pagename, request).render()
    5. 1779
    • global CreatePdfDocument = <class zgb.plugin.action.CreatePdfDocument.CreatePdfDocument at 0x9f1ee0c>
    • pagename = u'Artikel/OR/MSchV 24, 26, 27, 35, 60a.'
    • request = <MoinMoin.request.request_standalone.Request object at 0xb7b97c4c>
    • ).render undefined
  3. /home/beteigeuze/webapps/moinmoin/data/zgb/plugin/action/CreatePdfDocument.py in render (self=<zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>)

    1. 1389 self.form[self.form_trigger] = '1'
    2. 1390 # Continue with super function
    3. 1391 ActionBase.render(self)
    4. 1392
    5. 1393
    • global ActionBase = <class MoinMoin.action.ActionBase at 0x9f0220c>
    • ActionBase.render = <unbound method ActionBase.render>
    • self = <zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>
  4. /home/beteigeuze/lib/python2.5/site-packages/MoinMoin/action/__init__.py in render (self=<zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>)

    1. 202 elif self.form_trigger in form: # user hit the trigger button
    2. 203 if self.ticket_ok():
    3. 204 success, self.error = self.do_action()
    4. 205 else:
    5. 206 success = False
    • success undefined
    • self = <zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>
    • self.error = ''
    • self.do_action = <bound method CreatePdfDocument.do_action of <zg...ocument.CreatePdfDocument instance at 0xa0ee20c>>
  5. /home/beteigeuze/webapps/moinmoin/data/zgb/plugin/action/CreatePdfDocument.py in do_action (self=<zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>)

    1. 1416 if self.form.has_key(u'generate_from_form') or self.form.has_key(u'preview'):
    2. 1417 self.update_values()
    3. 1418 return self.do_action_generate()
    4. 1419
    5. 1420 # Display a message with instructions.
    • self = <zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>
    • self.do_action_generate = <bound method CreatePdfDocument.do_action_genera...ocument.CreatePdfDocument instance at 0xa0ee20c>>
  6. /home/beteigeuze/webapps/moinmoin/data/zgb/plugin/action/CreatePdfDocument.py in do_action_generate (self=<zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>)

    1. 1477 """Create PDF document."""
    2. 1478 # Generate the HTML page using MoinMoin wiki engine.
    3. 1479 html = self.get_html()
    4. 1480 if html:
    5. 1481 if self.form.has_key('preview'):
    • html undefined
    • self = <zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>
    • self.get_html = <bound method CreatePdfDocument.get_html of <zgb...ocument.CreatePdfDocument instance at 0xa0ee20c>>
  7. /home/beteigeuze/webapps/moinmoin/data/zgb/plugin/action/CreatePdfDocument.py in get_html (self=<zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>)

    1. 1566 <meta name="copyright" content="%s">
    2. 1567 """ % (wikiutil.escape(self.values['extra-titledocnumber']), wikiutil.escape(self.values['extra-titleauthor']), wikiutil.escape(self.values['extra-titlecopyright']),)
    3. 1568 (html, errmsg) = newreq.run(rev = self.values.get(u'rev', None))
    4. 1569 # Restore original HTML head configuration.
    5. 1570 self.request.cfg.html_head = orig_html_head
    • html undefined
    • errmsg undefined
    • newreq = <zgb.plugin.action.CreatePdfDocument.RedirectOutputRequest object at 0xa0eecec>
    • newreq.run = <bound method RedirectOutputRequest.run of <zgb....ument.RedirectOutputRequest object at 0xa0eecec>>
    • rev undefined
    • self = <zgb.plugin.action.CreatePdfDocument.CreatePdfDocument instance at 0xa0ee20c>
    • self.values = {'bodycolor': u'FFFFFF', 'bodyfont': u'times', 'bodyimage': u'', 'browserwidth': u'680', 'charset': u'iso-8859-1', 'compression': u'0', 'debug': u'0', 'duplex': u'unchecked', 'embedfonts': u'checked', 'encryption': u'unchecked', ...}
    • self.values.get = <built-in method get of dict object at 0xa0f402c>
    • builtin None = None
  8. /home/beteigeuze/webapps/moinmoin/data/zgb/plugin/action/CreatePdfDocument.py in run (self=<zgb.plugin.action.CreatePdfDocument.RedirectOutputRequest object at 0xa0eecec>, rev=12)

    1. 389 self.action = 'print'
    2. 390 if rev:
    3. 391 self.form[u'rev'] = [rev]
    4. 392 RequestBase.run(self)
    5. 393 return (self.output_string, self.error_string)
    • self = <zgb.plugin.action.CreatePdfDocument.RedirectOutputRequest object at 0xa0eecec>
    • self.form undefined
    • rev = 12

AttributeError

'RedirectOutputRequest' object has no attribute 'form'

  • args = ("'RedirectOutputRequest' object has no attribute 'form'",)
  • message = "'RedirectOutputRequest' object has no attribute 'form'"

System Details

  • Date: Wed, 25 Jun 2008 06:28:31 +0000
  • Platform: Linux web34.webfaction.com 2.6.18-53.1.21.el5PAE #1 SMP Tue May 20 10:03:06 EDT 2008 i686
  • Python: Python 2.5.2 (/home/beteigeuze/bin/python)
  • MoinMoin: Release 1.7.0 (release)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-06-25 06:31:28, 12.9 KB) [[attachment:AttributeError_form.html]]
  • [get | view] (2007-09-23 21:24:21, 74.0 KB) [[attachment:CreatePdfDocument2_1_5+p1.py]]
  • [get | view] (2007-09-24 19:04:02, 73.9 KB) [[attachment:CreatePdfDocument2_1_5+p2.py]]
  • [get | view] (2008-06-25 01:39:15, 77.3 KB) [[attachment:CreatePdfDocument2_3_0+p1.py]]
  • [get | view] (2008-06-25 06:52:21, 77.5 KB) [[attachment:CreatePdfDocument2_3_0+p2.py]]
  • [get | view] (2008-06-26 16:18:43, 81.0 KB) [[attachment:CreatePdfDocument2_3_0+p3.py]]
  • [get | view] (2008-11-10 06:53:43, 84.3 KB) [[attachment:CreatePdfDocument2_3_4+p1.py]]
  • [get | view] (2008-11-10 20:22:57, 84.7 KB) [[attachment:CreatePdfDocument2_3_4+p2.py]]
  • [get | view] (2009-01-12 19:30:53, 84.3 KB) [[attachment:CreatePdfDocument2_3_5+p1.py]]
  • [get | view] (2010-09-17 13:22:57, 86.4 KB) [[attachment:CreatePdfDocument2_4_1+p1.py]]
  • [get | view] (2010-05-16 05:14:41, 8311.5 KB) [[attachment:HTMLDOC_1.8.27.msi]]
  • [get | view] (2006-05-25 08:59:55, 100.6 KB) [[attachment:PdfAction--book.pdf]]
  • [get | view] (2006-05-25 10:37:23, 13.2 KB) [[attachment:PdfAction--page.pdf]]
  • [get | view] (2006-09-12 09:11:10, 8.3 KB) [[attachment:RedirectOutputRequest.html]]
  • [get | view] (2007-09-20 15:15:05, 10.9 KB) [[attachment:WikiAdministration_DebugInfo.zip]]
  • [get | view] (2007-09-24 06:25:51, 3.6 KB) [[attachment:WikiAdministration_DebugInfo_20070924.zip]]
  • [get | view] (2008-06-24 09:56:40, 16.0 KB) [[attachment:_AttributeError20080624.html]]
  • [get | view] (2006-09-11 18:56:44, 6.0 KB) [[attachment:bool.html]]
  • [get | view] (2007-06-28 20:42:45, 13.8 KB) [[attachment:coded_w_wing_large.png]]
  • [get | view] (2007-06-28 20:48:21, 8.6 KB) [[attachment:coded_w_wing_medium.png]]
  • [get | view] (2007-06-28 20:44:02, 6.8 KB) [[attachment:coded_w_wing_small.png]]
  • [get | view] (2008-06-26 17:18:39, 16.2 KB) [[attachment:debug260208.html]]
  • [get | view] (2007-09-20 15:14:47, 211.6 KB) [[attachment:htmldoc_WikiAdministration_ClassicTheme.zip]]
  • [get | view] (2008-12-21 10:40:28, 31.5 KB) [[attachment:listings.png]]
  • [get | view] (2010-09-16 12:23:08, 5.4 KB) [[attachment:moin.log.failed.gz]]
  • [get | view] (2010-09-16 12:23:22, 9.6 KB) [[attachment:moin.log.ok.gz]]
  • [get | view] (2014-08-18 02:10:25, 2.6 KB) [[attachment:patch_htmldoc_escaping.patch]]
  • [get | view] (2010-04-07 17:29:57, 5.7 KB) [[attachment:pdfbug.txt]]
  • [get | view] (2006-10-09 21:59:00, 0.7 KB) [[attachment:skip-one-region.diff]]
  • [get | view] (2008-12-21 10:33:05, 11.6 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.