Attachment 'traceback.html'

Download

--> -->

TypeError

tuple indices must be integers

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.3/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1047 pass
    2. 1048 except Exception, err:
    3. 1049 self.fail(err)
    4. 1050
    5. 1051 return self.finish()
    • self = <MoinMoin.request.RequestCGI object>
    • self.fail = <bound method RequestCGI.fail of <MoinMoin.request.RequestCGI object>>
    • err = <exceptions.TypeError instance>
  2. /usr/lib/python2.3/site-packages/MoinMoin/wikiaction.py in do_edit (pagename=u'FrontPage', request=<MoinMoin.request.RequestCGI object>)

    1. 657 except pg.SaveError, msg:
    2. 658 # msg contain a unicode string
    3. 659 savemsg = unicode(msg)
    4. 660
    5. 661 # Send new page after save or after unsuccessful conflict merge.
    • savemsg undefined
    • builtin unicode = <type 'unicode'>
    • msg undefined
  3. /usr/lib/python2.3/site-packages/MoinMoin/PageEditor.py in saveText (self=<MoinMoin.PageEditor.PageEditor instance>, newtext=u'#format rst\n\nTodo_\n\nHomeTodo_\n\nInstall_\n\nPicture...vingDirections_\n\n`Birthday List`_\n\nOldFrontPage_\n', rev=8, **kw={'comment': u'', 'trivial': 0})

    1. 934 # send notification mails
    2. 935 if self.request.cfg.mail_enabled:
    3. 936 msg = msg + self._notifySubscribers(comment, trivial)
    4. 937
    5. 938 if self.request.cfg.lupy_search:
    • msg = u'Thank you for your changes. Your attention to detail is appreciated.'
    • self = <MoinMoin.PageEditor.PageEditor instance>
    • self._notifySubscribers = <bound method PageEditor._notifySubscribers of <MoinMoin.PageEditor.PageEditor instance>>
    • comment = u''
    • trivial = 0
  4. /usr/lib/python2.3/site-packages/MoinMoin/PageEditor.py in _notifySubscribers (self=<MoinMoin.PageEditor.PageEditor instance>, comment=u'', trivial=0)

    1. 580 emails = map(lambda u: u.email, subscribers[lang])
    2. 581 names = map(lambda u: u.name, subscribers[lang])
    3. 582 mailok, status = self._sendNotification(comment, emails, lang, revisions, trivial)
    4. 583 recipients = ", ".join(names)
    5. 584 results.append(_('[%(lang)s] %(recipients)s: %(status)s') % {
    • mailok undefined
    • status undefined
    • self = <MoinMoin.PageEditor.PageEditor instance>
    • self._sendNotification = <bound method PageEditor._sendNotification of <MoinMoin.PageEditor.PageEditor instance>>
    • comment = u''
    • emails = [u'drmikehenry@drmikehenry.com']
    • lang = 'en'
    • revisions = [8, 7, 6, 5, 4, 3, 2, 1]
    • trivial = 0
  5. /usr/lib/python2.3/site-packages/MoinMoin/PageEditor.py in _sendNotification (self=<MoinMoin.PageEditor.PageEditor instance>, comment=u'', emails=[u'drmikehenry@drmikehenry.com'], email_lang='en', revisions=[8, 7, 6, 5, 4, 3, 2, 1], trivial=0)

    1. 526 'You have subscribed to a wiki page or wiki category on "%(sitename)s" for change notification.\n\n'
    2. 527 "The following page has been changed by %(editor)s:\n"
    3. 528 "%(pagelink)s\n\n", formatted=False) % {
    4. 529 'editor': self.uid_override or user.getUserIdentification(self.request),
    5. 530 'pagelink': self.request.getQualifiedURL(self.url(self.request)),
    • formatted undefined
    • builtin False = False
  6. /usr/lib/python2.3/site-packages/MoinMoin/request.py in getQualifiedURL (self=<MoinMoin.request.RequestCGI object>, uri='/wiki/FrontPage')

    1. 880 return uri
    2. 881
    3. 882 schema = ('http', 'https')[self.is_ssl]
    4. 883 result = "%s://%s%s" % (schema, self.http_host, uri)
    5. 884
    • schema undefined
    • self = <MoinMoin.request.RequestCGI object>
    • self.is_ssl = 'TLSv1'

TypeError

tuple indices must be integers

  • args = ('tuple indices must be integers',)

System Details

  • Date: Fri, 28 Oct 2005 01:03:59 +0000
  • Platform: Linux wench.drmikehenry.com 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686
  • Python: Python 2.3.3 (/usr/bin/python)
  • MoinMoin: Release 1.5.0 alpha (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] (2005-10-28 01:37:43, 10.0 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.