Attachment 'traceback.html'

Download

--> -->

ValueError

unpack list of wrong size

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

    1. 1176 pass
    2. 1177 except Exception, err:
    3. 1178 self.fail(err)
    4. 1179
    5. 1180 return self.finish()
    • self = <MoinMoin.request.RequestCGI object>
    • self.fail = <bound method RequestCGI.fail of <MoinMoin.request.RequestCGI object>>
    • err = <exceptions.ValueError instance>
  2. /home/thebu66y/local/lib/python2.3/site-packages/MoinMoin/wikiaction.py in do_edit (pagename=u'JavaProgramming', request=<MoinMoin.request.RequestCGI object>)

    1. 659 except pg.SaveError, msg:
    2. 660 # msg contain a unicode string
    3. 661 savemsg = unicode(msg)
    4. 662
    5. 663 # Send new page after save or after unsuccessful conflict merge.
    • savemsg undefined
    • builtin unicode = <type 'unicode'>
    • msg undefined
  3. /home/thebu66y/local/lib/python2.3/site-packages/MoinMoin/PageEditor.py in saveText (self=<MoinMoin.PageGraphicalEditor.PageGraphicalEditor instance>, newtext=u"= Installation =\nWhen installing JDK on Windows,... don't ever use SPACE in Windows. Space is evil.\n", rev=1, **kw={'comment': u'', 'trivial': 0})

    1. 921 # send notification mails
    2. 922 if self.request.cfg.mail_enabled:
    3. 923 msg = msg + self._notifySubscribers(comment, trivial)
    4. 924
    5. 925 if self.request.cfg.lupy_search:
    • msg = u'Thank you for your changes. Your attention to detail is appreciated.'
    • self = <MoinMoin.PageGraphicalEditor.PageGraphicalEditor instance>
    • self._notifySubscribers = <bound method PageGraphicalEditor._notifySubscri...ageGraphicalEditor.PageGraphicalEditor instance>>
    • comment = u''
    • trivial = 0
  4. /home/thebu66y/local/lib/python2.3/site-packages/MoinMoin/PageEditor.py in _notifySubscribers (self=<MoinMoin.PageGraphicalEditor.PageGraphicalEditor instance>, comment=u'', trivial=0)

    1. 568 emails = map(lambda u: u.email, subscribers[lang])
    2. 569 names = map(lambda u: u.name, subscribers[lang])
    3. 570 mailok, status = self._sendNotification(comment, emails, lang, revisions, trivial)
    4. 571 recipients = ", ".join(names)
    5. 572 results.append(_('[%(lang)s] %(recipients)s: %(status)s') % {
    • mailok undefined
    • status undefined
    • self = <MoinMoin.PageGraphicalEditor.PageGraphicalEditor instance>
    • self._sendNotification = <bound method PageGraphicalEditor._sendNotificat...ageGraphicalEditor.PageGraphicalEditor instance>>
    • comment = u''
    • emails = [u'zemiandeng@gmail.com']
    • lang = u'en'
    • revisions = [1]
    • trivial = 0
  5. /home/thebu66y/local/lib/python2.3/site-packages/MoinMoin/PageEditor.py in _sendNotification (self=<MoinMoin.PageGraphicalEditor.PageGraphicalEditor instance>, comment=u'', emails=[u'zemiandeng@gmail.com'], email_lang=u'en', revisions=[1], trivial=0)

    1. 545 'username': self.uid_override or user.getUserIdentification(self.request),
    2. 546 },
    3. 547 mailBody, mail_from=self.cfg.mail_from)
    4. 548
    5. 549
    • mailBody = u"Dear Wiki user,\n\nYou have subscribed to a wiki p... don't ever use SPACE in Windows. Space is evil.\n"
    • mail_from undefined
    • self = <MoinMoin.PageGraphicalEditor.PageGraphicalEditor instance>
    • self.cfg = <wikiconfig.Config instance>
    • self.cfg.mail_from = u'wiki@jragonsoft.com'
  6. /home/thebu66y/local/lib/python2.3/site-packages/MoinMoin/util/mail.py in sendmail (request=<MoinMoin.request.RequestCGI object>, to=[u'zemiandeng@gmail.com'], subject='[JragonSoft Wiki] Update of "JavaProgramming" by 12.8.34.199', text="Dear Wiki user,\r\n\r\nYou have subscribed to a wiki...don't ever use SPACE in Windows. Space is evil.\r\n", **kw={'mail_from': u'wiki@jragonsoft.com'})

    1. 121 return (0, str(e))
    2. 122 except (os.error, socket.error), e:
    3. 123 return (0, _("Connection to mailserver '%(server)s' failed: %(reason)s") % {
    4. 124 'server': cfg.mail_smarthost,
    5. 125 'reason': str(e)
    • _ = <function <lambda>>
    • cfg = <wikiconfig.Config instance>
    • cfg.mail_smarthost = 'mail.jragonsoft.com'
    • builtin str = <type 'str'>
    • e undefined

ValueError

unpack list of wrong size

  • args = ('unpack list of wrong size',)

System Details

  • Date: Thu, 25 May 2006 10:45:18 +0000
  • Platform: Linux dz8.dailyrazor.com 2.6.16.9-grsec #2 SMP Sun Apr 23 05:49:46 CDT 2006 i686
  • Python: Python 2.3.4 (/usr/bin/python)
  • MoinMoin: Release 1.5.3 (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] (2006-05-25 10:50:42, 10.9 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.