When I try open "File > Options" that's what i got in logs:System Information: wrote:EventGhost Version: 0.3.6.1479
SVN Revision: 507
Build Time: So, 04 pa┼║ 2008 15:53:52
Python Version: 2.5.2 final 0
wxPython Version: 2.8.9.1
PIL Version: 1.1.6
Platform: Windows-XP-5.1.2600-Dodatek_Service_Pack_3
Code: Select all
Traceback (most recent call last):
File "C:\Program Files\EventGhost2\eg\Utils.py", line 222, in Wrapper
return gr.switch(*args, **kwargs)
File "C:\Program Files\EventGhost2\eg\Classes\MainFrame\__init__.py", line 740, in OnCmdOptions
self.optionsDialog = eg.OptionsDialog.Create(self)
File "C:\Program Files\EventGhost2\eg\Classes\Dialog.py", line 56, in Create
self.__gr.switch(*args, **kwargs)
File "C:\Program Files\EventGhost2\eg\Classes\OptionsDialog.py", line 108, in Process
languageChoice.SetSelection(languageList.index(c.language))
ValueError: list.index(x): x not in listEdit:
Right after I used on new version my own language file now all is ok.