thegooglecodearchive / editra-plugins

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

[CommentBrowser] Unicode Error #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error as reported via error reporter

#---- Notes ----#

Please provide additional information about the crash here

Hello,

I double-clicked on an entry in the Comment Browser pane and get this error.

Right-click on any entry in this pane gives another similar errors.

Kind regards

#---- System Information ----#

Editra Version: 0.5.0

Operating System: Windows XP (build 2600, Service Pack 3)

Python Version: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32
bit (Intel)]

wxPython Version: 2.8.10.1 (msw-unicode)

wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)

Python Encoding: Default=ascii  File=mbcs

wxPython Encoding: cp1257

System Architecture: 32bit

Byte order: little

Frozen: windows_exe

#---- End System Information ----#

*** Tue Sep 01 07:56:36 2009 ***

Traceback (most recent call last):

  File "c:\documents and settings\janis slapins\application
data\editra\plugins\commentbrowser-0.3-py2.5.egg\commentbrowser\cbrowserlistctrl
.py",
line 347, in OnItemActivated

  File "c:\documents and settings\janis slapins\application
data\editra\plugins\commentbrowser-0.3-py2.5.egg\commentbrowser\cbrowserlistctrl
.py",
line 167, in NavigateToTaskSource

UnicodeEncodeError: 'ascii' codec can't encode characters in position
61-62: ordinal not in range(128)

Original issue reported on code.google.com by CodyPrec...@gmail.com on 1 Sep 2009 at 11:23

GoogleCodeExporter commented 9 years ago
Fixed in current SVN

* Removed unnecessary call to str()

Original comment by CodyPrec...@gmail.com on 30 Mar 2010 at 4:33