Attachment 'traceback_taskplanner.html'

Download

--> -->

UnicodeEncodeError

'ascii' codec can't encode character u'\xe0' in position 58: ordinal not in range(128)

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/beteigeuze/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object>)

    1. 1296 self.page.send_page(msg=msg)
    2. 1297 else:
    3. 1298 handler(self.page.page_name, self)
    4. 1299
    5. 1300 # every action that didn't use to raise MoinMoinNoFooter must call this now:
    • handler = <function execute>
    • self = <MoinMoin.request.request_standalone.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'Projekte'
  2. /home/beteigeuze/webapps/moinmoin/data/plugin/action/TaskPlanner.py in execute (pagename=u'Projekte', request=<MoinMoin.request.request_standalone.Request object>)

    1. 1184 return page.send_page(msg=do_addform(request, actname, page, msg=result, assoc_page=assoc_page, assign=assign))
    2. 1185 else:
    3. 1186 result = _save_task(request)
    4. 1187 return page.send_page(msg=do_mainform(request, actname, msg=result))
    5. 1188
    • result = ''
    • global _save_task = <function _save_task>
    • request = <MoinMoin.request.request_standalone.Request object>
  3. /home/beteigeuze/webapps/moinmoin/data/plugin/action/TaskPlanner.py in _save_task (request=<MoinMoin.request.request_standalone.Request object>)

    1. 384 databaseFile = os.path.join(request.cfg.data_dir, "task-db")
    2. 385 db = open(databaseFile,"a")
    3. 386 db.write("%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" % (task_id,
    4. 387 created_by,
    5. 388 created_at,
    • db = <open file '/home/beteigeuze/webapps/moinmoin/data/task-db', mode 'a'>
    • db.write = <built-in method write of file object>
    • task_id = u'618424'
    • created_by = u'LukasLanghart'
    • created_at = u'2008-05-07T16:36:25'
    • closed_by = u'unknown'
    • closed_at = u'unknown'
    • task_name = u'H\xe0fner'
    • assigned_to = u'H\xe4fner'
    • time_frame = ''
    • priority = ''
    • status = u'to do'
    • task_desc = ''
    • task_disc_page = u'TaskPlaner/618424'
    • task_assoc = u'Projekte'

UnicodeEncodeError

'ascii' codec can't encode character u'\xe0' in position 58: ordinal not in range(128)

  • args = ('ascii', u'618424\tLukasLanghart\t2008-05-07T16:36:25\tunknown...\xe0fner\tH\xe4fner\t\t\tto do\t\tTaskPlaner/618424\tProjekte\n', 58, 59, 'ordinal not in range(128)')
  • encoding = 'ascii'
  • end = 59
  • object = u'618424\tLukasLanghart\t2008-05-07T16:36:25\tunknown...\xe0fner\tH\xe4fner\t\t\tto do\t\tTaskPlaner/618424\tProjekte\n'
  • reason = 'ordinal not in range(128)'
  • start = 58

System Details

  • Date: Wed, 07 May 2008 16:37:00 +0000
  • Platform: Linux web34.webfaction.com 2.6.18-53.el5PAE #1 SMP Mon Nov 12 02:55:09 EST 2007 i686
  • Python: Python 2.4.3 (/usr/local/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.
  • [get | view] (2006-12-29 15:02:33, 14.7 KB) [[attachment:AttachTable.py]]
  • [get | view] (2009-08-11 07:04:46, 53.6 KB) [[attachment:TaskPlanner-1.8.4.py]]
  • [get | view] (2010-01-23 14:17:02, 52.7 KB) [[attachment:TaskPlanner-1.9.1.py]]
  • [get | view] (2007-04-14 15:35:39, 49.1 KB) [[attachment:TaskPlanner.py]]
  • [get | view] (2007-02-01 07:00:31, 243.0 KB) [[attachment:TaskPlanner.zip]]
  • [get | view] (2009-08-11 07:05:54, 56.5 KB) [[attachment:TaskPlanner1.8.4plusEmail.py]]
  • [get | view] (2006-12-29 19:46:46, 146.4 KB) [[attachment:TaskPlannerAttachTableIcons.zip]]
  • [get | view] (2007-08-24 20:11:02, 244.6 KB) [[attachment:TaskPlanner_LlubNek.zip]]
  • [get | view] (2007-04-02 14:42:44, 15.3 KB) [[attachment:TaskTable.py]]
  • [get | view] (2006-12-29 19:45:58, 66.9 KB) [[attachment:__init__.py]]
  • [get | view] (2006-12-29 19:45:29, 5.0 KB) [[attachment:_init_.diff]]
  • [get | view] (2006-12-26 16:49:56, 63.8 KB) [[attachment:addtask.jpg]]
  • [get | view] (2007-01-01 22:27:54, 3.8 KB) [[attachment:classic_theme.jpg]]
  • [get | view] (2008-05-07 16:42:25, 201.5 KB) [[attachment:clickingerror.jpg]]
  • [get | view] (2006-12-26 16:55:30, 9.7 KB) [[attachment:common.css]]
  • [get | view] (2006-12-26 16:55:03, 1.1 KB) [[attachment:common.diff]]
  • [get | view] (2007-01-01 22:27:36, 13.8 KB) [[attachment:common_icons.jpg]]
  • [get | view] (2006-12-26 16:53:07, 3.1 KB) [[attachment:de.AttachTable.po]]
  • [get | view] (2006-12-26 16:52:44, 7.4 KB) [[attachment:de.TaskPlanner.po]]
  • [get | view] (2006-12-26 16:50:48, 72.5 KB) [[attachment:imagepreview.jpg]]
  • [get | view] (2006-12-26 16:50:21, 78.2 KB) [[attachment:tasktable.jpg]]
  • [get | view] (2008-05-07 16:42:29, 8.4 KB) [[attachment:traceback_taskplanner.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.