[FIXED] Help -> About EventGost... causes UnicodeDecodeError
Posted: Fri Dec 05, 2008 3:08 pm
Build 1487Pako
Code: Select all
16:02:10 Traceback (most recent call last):
16:02:10 File "d:\Programs\E\EventGhost\eg\Utils.py", line 224, in Wrapper
16:02:10 return gr.switch(*args, **kwargs)
16:02:10 File "d:\Programs\E\EventGhost\eg\Classes\MainFrame\__init__.py", line 918, in OnCmdAbout
16:02:10 self.aboutDialog = eg.AboutDialog.Create(self)
16:02:10 File "d:\Programs\E\EventGhost\eg\Classes\Dialog.py", line 59, in Create
16:02:10 self.__gr.switch(*args, **kwargs)
16:02:10 File "d:\Programs\E\EventGhost\eg\Classes\AboutDialog.py", line 369, in Process
16:02:10 notebook.AddPage(SystemInfoPanel(notebook), Text.tabSystemInfo)
16:02:10 File "d:\Programs\E\EventGhost\eg\Classes\AboutDialog.py", line 285, in __init__
16:02:10 HtmlPanel.__init__(self, parent, "<table>%s</table>" % sysInfoTemplate)
16:02:10 File "d:\Programs\E\EventGhost\eg\Classes\AboutDialog.py", line 208, in __init__
16:02:10 htmlWindow.SetPage(html)
16:02:10 File "d:\Programs\E\EventGhost\eg\Classes\HtmlWindow.py", line 52, in SetPage
16:02:10 html
16:02:10 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 156: ordinal not in range(128)