Attachment 'traceback of Unpack list of wrong size.htm'
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.
/usr/lib/python2.3/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)
- 1291 raise # fcgi uses this to terminate a thread
- 1292 except Exception, err:
- 1293 self.fail(err)
- 1294
- 1295 if self.cfg.log_timing:
- self = <MoinMoin.request.request_cgi.Request object>
- self.fail = <bound method Request.fail of <MoinMoin.request.request_cgi.Request object>>
- err = <exceptions.ValueError instance>
/usr/lib/python2.3/site-packages/MoinMoin/action/__init__.py in do_userform (pagename=u'TeflonBelts', request=<MoinMoin.request.request_cgi.Request object>)
- 291 """ save data posted from UserPreferences """
- 292 from MoinMoin import userform
- 293 savemsg = userform.savedata(request)
- 294 Page(request, pagename).send_page(msg=savemsg)
- 295
- savemsg undefined
- userform = <module 'MoinMoin.userform' from '/usr/lib/python2.3/site-packages/MoinMoin/userform.pyc'>
- userform.savedata = <function savedata>
- request = <MoinMoin.request.request_cgi.Request object>
/usr/lib/python2.3/site-packages/MoinMoin/userform.py in savedata (request=<MoinMoin.request.request_cgi.Request object>)
- 24 Return error msg or None.
- 25 """
- 26 return UserSettingsHandler(request).handleData()
- 27
- 28
- global UserSettingsHandler = <class MoinMoin.userform.UserSettingsHandler>
- request = <MoinMoin.request.request_cgi.Request object>
- ).handleData undefined
/usr/lib/python2.3/site-packages/MoinMoin/userform.py in handleData (self=<MoinMoin.userform.UserSettingsHandler instance>)
- 87 u = user.get_by_email_address(self.request, email)
- 88 if u:
- 89 is_ok, msg = u.mailAccountData()
- 90 return wikiutil.escape(msg)
- 91
- is_ok undefined
- msg undefined
- u = <MoinMoin.user.User at 0xb7d7db8c name:u'IanMcIntyre' valid:1>
- u.mailAccountData = <bound method User.mailAccountData of <MoinMoin.....User at 0xb7d7db8c name:u'IanMcIntyre' valid:1>>
/usr/lib/python2.3/site-packages/MoinMoin/user.py in mailAccountData (self=<MoinMoin.user.User at 0xb7d7db8c name:u'IanMcIntyre' valid:1>, cleartext_passwd=None)
- 1015 formatted=False) % {'sitename': self._cfg.sitename or "Wiki"}
- 1016 mailok, msg = sendmail.sendmail(self._request, [self.email], subject,
- 1017 text, mail_from=self._cfg.mail_from)
- 1018 return mailok, msg
- 1019
- text = u'Somebody has requested to submit your account da...ts/cgi-bin/moin.cgi/UserPreferences?action=login\n'
- mail_from undefined
- self = <MoinMoin.user.User at 0xb7d7db8c name:u'IanMcIntyre' valid:1>
- self._cfg = <wikiconfig.Config instance>
- self._cfg.mail_from = u'wiki@plextron.com'
/usr/lib/python2.3/site-packages/MoinMoin/mail/sendmail.py in sendmail (request=<MoinMoin.request.request_cgi.Request object>, to=[u'imcintyre@plextron.com'], subject='[teflon_belts] Your wiki account data', text='Somebody has requested to submit your account da...s/cgi-bin/moin.cgi/UserPreferences?action=login\r\n', **kw={'mail_from': u'wiki@plextron.com'})
- 126 return (0, str(e))
- 127 except (os.error, socket.error), e:
- 128 return (0, _("Connection to mailserver '%(server)s' failed: %(reason)s", formatted=False) % {
- 129 'server': cfg.mail_smarthost,
- 130 'reason': str(e)
- _ = <function <lambda>>
- formatted undefined
- builtin False = False
- cfg = <wikiconfig.Config instance>
- cfg.mail_smarthost = 'smtp.lon.terago.ca'
- builtin str = <type 'str'>
- e undefined
ValueError
unpack list of wrong size
- args = ('unpack list of wrong size',)
System Details
- Date: Tue, 27 May 2008 21:45:06 +0000
- Platform: Linux mailbox 2.6.9-67.0.7.EL #1 Sat Mar 15 06:19:12 EDT 2008 i686
- Python: Python 2.3.4 (/usr/bin/python)
- MoinMoin: Release 1.6.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.You are not allowed to attach a file to this page.