jenndhemus / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[PyStudio] Unicode handling error in Variables list #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported via automated error reporter

#---- System Information ----#
Editra Version: 0.6.58
Operating System: Windows NT 6.1 (build 7600)
Python Version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit 
(Intel)]
wxPython Version: 2.8.12.0 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii  File=mbcs
wxPython Encoding: cp1252
System Architecture: 32bit x86
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Thu Aug 04 14:15:01 2011 ***
Traceback (most recent call last):
  File "wx\_core.pyo", line 14660, in <lambda>
  File "c:\program files\editra\plugins\pystudio-0.3-py2.6.egg\PyStudio\Debugger\VariablesLists.py", line 156, in UpdateVariablesList

  File "c:\program files\editra\plugins\pystudio-0.3-py2.6.egg\PyStudio\Debugger\VariablesLists.py", line 145, in PopulateRows

  File "c:\program files\editra\plugins\pystudio-0.3-py2.6.egg\PyStudio\Debugger\VariablesLists.py", line 375, in expand_item

UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0: ordinal 
not in range(128)

#---- End Traceback Info ----#

Original issue reported on code.google.com by CodyPrec...@gmail.com on 4 Aug 2011 at 6:50

GoogleCodeExporter commented 8 years ago
This error is already fixed in trunk in checkin entitled "Fix for unicode 
errors when program exists using sys.exit()"

Could the reporter confirm?

Original comment by rans1...@gmail.com on 4 Aug 2011 at 8:48

GoogleCodeExporter commented 8 years ago
K, hadn't seen it reported yet so created a ticket to investigate.

If its fixed already then I will just close it.

Original comment by CodyPrec...@gmail.com on 5 Aug 2011 at 12:07