Page 1 of 1

[SOLVED] I can't open "File > Options"

Posted: Mon Oct 06, 2008 4:01 pm
by maniootek
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
When I try open "File > Options" that's what i got in logs:

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 list
I don't know if it's the reason but I have two version of EventGhost and it's the second - newest - one (of course both of them are in another directions)

Edit:
Right after I used on new version my own language file now all is ok.