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.
/usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.CGI.Request object at 0x82b420c>)
- 1211 self.page.send_page(msg=msg)
- 1212 else:
- 1213 handler(self.page.page_name, self)
- 1214
- 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'
/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)
- 127 if mtime_parsed:
- 128 mtime_msg = _("(!) Only pages changed since '''%s''' are being "
- 129 "displayed!") % request.user.getFormattedDateTime(mtime)
- 130 else:
- 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'
/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')
- 613 """
- 614 datetime_fmt = self.datetime_fmt or self._cfg.datetime_fmt
- 615 return time.strftime(datetime_fmt, self.getTime(tm))
- 616
- 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'
/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')
- 591 @return: tm tuple adjusted for user's timezone
- 592 """
- 593 return timefuncs.tmtuple(tm + self.tz_offset)
- 594
- 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.You are not allowed to attach a file to this page.