Vissa får problem att använda Tellstick i Eventghost. Felmeddelandet när man lägger till en åtgärd kan se ut ungefär såhär:
Traceback (most recent call last):
File "EventGhost.pyw", line 31, in
File "C:\Program\EventGhost\eg\__init__.py", line 71, in Main
eg.Tasklet(eg.app.MainLoop)().run()
File "C:\Program\EventGhost\eg\Classes\TaskletDialog.py", line 41, in ProcessingTask
self.Configure(*args, **kwargs)
File "C:\Program\EventGhost\eg\Classes\ConfigDialog.py", line 126, in Configure
self.item.Configure(*args)
File "C:\Program\EventGhost\eg\Classes\ActionItem.py", line 107, in Configure
return self.executable.Configure(*args)
File "C:\Program\EventGhost\plugins\TellStick\__init__.py", line 45, in Configure
dialog = eg.ConfigurationDialog(self)
File "C:\Program\EventGhost\eg\__init__.py", line 55, in __getattr__
raise AttributeError("'eg' object has not attribute '%s'" % name)
AttributeError: 'eg' object has not attribute 'ConfigurationDialog'
Traceback (most recent call last):
File "C:\Program\EventGhost\eg\Classes\MainFrame\__init__.py", line 344, in FuncWrapper
func()
File "C:\Program\EventGhost\eg\Utils.py", line 176, in Wrapper
eg.Tasklet(func)(*args, **kwargs).run()
TaskletExit
Ingen anledning till oro. Troligtvis har du installerat Telldus egen plugin till Eventghost. Denna är inte längre giltig. Kör istället med den inbyggda pluginen som kommer förinstallerad i Eventghost!
Avinstallera Eventghost och installera igen. Förhoppningsvis löser det problemet.