Attachment 'traceback.html'

Download

--> -->

TypeError

coercing to Unicode: need string or buffer, int found

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

    1. 1211 self.page.send_page(msg=msg)
    2. 1212 else:
    3. 1213 handler(self.page.page_name, self)
    4. 1214
    5. 1215 # every action that didn't use to raise MoinMoinNoFooter must call this now:
    • handler = <function execute at 0x848d304>
    • self = <MoinMoin.request.CGI.Request object at 0x82b420c>
    • self.page = <MoinMoin.Page.Page object at 0x841336c>
    • self.page.page_name = u'FindPage'
  2. /usr/local/lib/python2.5/site-packages/MoinMoin/action/fullsearch.py in execute (pagename=u'FindPage', request=<MoinMoin.request.CGI.Request object at 0x82b420c>, fieldname='value', titlesearch=0)

    1. 127 if mtime_parsed:
    2. 128 mtime_msg = _("(!) Only pages changed since '''%s''' are being "
    3. 129 "displayed!") % request.user.getFormattedDateTime(mtime)
    4. 130 else:
    5. 131 mtime_msg = _('/!\\ The modification date you entered was not '
    • request = <MoinMoin.request.CGI.Request object at 0x82b420c>
    • request.user = <MoinMoin.user.User at 0x82ba40c name:u'ReimarBauer' valid:1>
    • request.user.getFormattedDateTime = <bound method User.getFormattedDateTime of <Moin...r.User at 0x82ba40c name:u'ReimarBauer' valid:1>>
    • mtime = u'2 weeks'
  3. /usr/local/lib/python2.5/site-packages/MoinMoin/user.py in getFormattedDateTime (self=<MoinMoin.user.User at 0x82ba40c name:u'ReimarBauer' valid:1>, tm=u'2 weeks')

    1. 613 """
    2. 614 datetime_fmt = self.datetime_fmt or self._cfg.datetime_fmt
    3. 615 return time.strftime(datetime_fmt, self.getTime(tm))
    4. 616
    5. 617 # -----------------------------------------------------------------
    • global time = <module 'time' from '/usr/lib/python2.5/lib-dynload/time.so'>
    • time.strftime = <built-in function strftime>
    • datetime_fmt = '%Y-%m-%d %H:%M:%S'
    • self = <MoinMoin.user.User at 0x82ba40c name:u'ReimarBauer' valid:1>
    • self.getTime = <bound method User.getTime of <MoinMoin.user.User at 0x82ba40c name:u'ReimarBauer' valid:1>>
    • tm = u'2 weeks'
  4. /usr/local/lib/python2.5/site-packages/MoinMoin/user.py in getTime (self=<MoinMoin.user.User at 0x82ba40c name:u'ReimarBauer' valid:1>, tm=u'2 weeks')

    1. 591 @return: tm tuple adjusted for user's timezone
    2. 592 """
    3. 593 return timefuncs.tmtuple(tm + self.tz_offset)
    4. 594
    5. 595
    • global timefuncs = <module 'MoinMoin.util.timefuncs' from '/usr/loc...on2.5/site-packages/MoinMoin/util/timefuncs.pyc'>
    • timefuncs.tmtuple = <function tmtuple at 0x822c7d4>
    • tm = u'2 weeks'
    • self = <MoinMoin.user.User at 0x82ba40c name:u'ReimarBauer' valid:1>
    • self.tz_offset = 7200

TypeError

coercing to Unicode: need string or buffer, int found

  • args = ('coercing to Unicode: need string or buffer, int found',)
  • message = 'coercing to Unicode: need string or buffer, int found'

System Details

  • Date: Thu, 24 May 2007 06:28:46 +0000
  • Platform: Linux test 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 2007 i686
  • Python: Python 2.5 (/usr/bin/python)
  • MoinMoin: Release 1.6.0alpha (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] (2007-05-24 06:30:18, 8.3 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.