Error Message
ERROR CALLING MACRO <> with args:
Elements:
#0: text
#1: wikified
Traceback:
Python 2.5.4: /usr/local/bin/python
Thu Jul 29 19:41:45 2010
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/home/jdlrobson/lib/python2.5/WikklyText-1.9.3-py2.5.egg/wikklytext/macro.py in call_macro(wcontext=, name=u'view', elements=[, ])
365 if not handled:
366 try:
367 result = func(wcontext, *elements)
368 except:
369 raise WikError("ERROR CALLING MACRO <<%s>> with args:\n%s\n\n" % (name,xmltrace(elements)),
result undefined
func =
wcontext =
elements = [, ]
/home/jdlrobson/lib/python2.5/tiddlywebplugins/wikklytextplugins/plugins/macros/__init__.py in view(context=, *args=(, ))
256 res = _view_transform(context,val,viewtype,named_args=parseParams(args))
257
258
259 return u"%s"%res
260
res = 'God was agile
This week it suddenly occ...en the conception of an idea and the end product?'
: 'ascii' codec can't decode byte 0xe2 in position 759: ordinal not in range(128)
__class__ =
__delattr__ =
__dict__ = {}
__doc__ = 'Unicode decoding error.'
__getattribute__ =
__getitem__ =
__getslice__ =
__hash__ =
__init__ =
__new__ =
__reduce__ =
__reduce_ex__ =
__repr__ =
__setattr__ =
__setstate__ =
__str__ =
args = ('ascii', 'God was agile
This week it suddenly occ...en the conception of an idea and the end product?', 759, 760, 'ordinal not in range(128)')
encoding = 'ascii'
end = 760
message = ''
object = 'God was agile
This week it suddenly occ...en the conception of an idea and the end product?'
reason = 'ordinal not in range(128)'
start = 759
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/home/jdlrobson/lib/python2.5/WikklyText-1.9.3-py2.5.egg/wikklytext/macro.py", line 367, in call_macro
result = func(wcontext, *elements)
File "/home/jdlrobson/lib/python2.5/tiddlywebplugins/wikklytextplugins/plugins/macros/__init__.py", line 259, in view
return u"%s"%res
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 759: ordinal not in range(128)