Hey Pako, after getting the Mediamonkey plugin working, I want to implement the Multitap plugin.
I'm still running Eventghost 0.3.7.r.1387 on a Windows 7 Professional x64 system. I downloaded the latest plugin from the SVN, but when I add the plugin to my configuration tree I got the follwing errors in the log:
Traceback (most recent call last):
File "EventGhost.pyw", line 31, in <module>
File "C:\Program Files (x86)\EventGhost\eg\__init__.py", line 109, in Main
eg.Tasklet(eg.app.MainLoop)().run()
File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 41, in ProcessingTask
self.Configure(*args, **kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 126, in Configure
self.item.Configure(*args)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 107, in Configure
return self.executable.Configure(*args)
File "C:\Program Files (x86)\EventGhost\plugins\Multitap\__init__.py", line 1050, in Configure
onDisplayChoice()
File "C:\Program Files (x86)\EventGhost\plugins\Multitap\__init__.py", line 1046, in onDisplayChoice
self.configs[sel][6] = monitor
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\__init__.py", line 344, in FuncWrapper
func()
File "C:\Program Files (x86)\EventGhost\eg\Utils.py", line 176, in Wrapper
eg.Tasklet(func)(*args, **kwargs).run()
TaskletExit
I'm not able to enter the configuration of the Multitap plugin. If I try, it's only logged:
Plugin: Multitap
and nothing happens.
Did I do anything wrong, or forgot something?