What steps will reproduce the problem?
1. Open rad2py, load ej_wsfev1.py
2. Debug step-by-step from pyafipws import WSAA
3. Exception will raice on pyafipws __init__.py after line 18
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "main.py", line 814, in GotoFileLine
self.call_stack.BuildList(call_stack)
File "/home/reingart/rad2py/ide2py/debugger.py", line 571, in BuildList
self.AddItem(item)
File "/home/reingart/rad2py/ide2py/debugger.py", line 566, in AddItem
self.SetStringItem(index, i+1, str(val))
File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_controls.py", line 4521, in SetStringItem
return _controls_.ListCtrl_SetStringItem(*args, **kwargs)
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf3 in position 2: invalid
continuation byte
Debugging file: https://code.google.com/p/pyafipws/wiki/FacturaElectronicaPython
Original issue reported on code.google.com by reingart@gmail.com on 19 Jun 2014 at 5:16
Original issue reported on code.google.com by
reingart@gmail.com
on 19 Jun 2014 at 5:16