I'm trying to access the options (via the menu bar: File | Options), and just get the following in the log:
Code: Select all
Traceback (most recent call last) (0.5.0-rc6):
File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
self.Configure(*args, **kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\OptionsDialog.py", line 194, in Configure
languageChoice.SetSelection(languageList.index(config.language))
ValueError: 'en_US' is not in list
Jörg