On Sat, Jun 25, 2011 at 7:24 PM, deng waiman wrote: > I have following problem. > I am on winXP, > I have installed python32, vim7.3, the win32 python package, MinGW > While I install pyclew there occur following error : > 'utf8' codec can't decode byte 0xd7 in position 40: invalid continuation byte > When I try to run Pyclewn in Vim, the information below is shown: > " > vim CRITICAL > Exception in pyclewn: > <class 'UnicodeDecodeError'> > "'utf8' codec can't decode byte 0xd0 in position 8019: invalid continuation > byte > " > source line: "return result.decode()" > at D:\Python32\lib\site-packages\clewn\gdb.py:235 > pyclewn aborting... > " > What could be the reason of this error?
Hello Deng, Are you using the english versions of gdb and vim ? Pyclewn does not support internationalization. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
