Hey Luciver!
I┬┤d like to use your plugin but each time I try to ad it in Eventghost there is a "Traceback (mpost recent call last) (1694)" Error.
Is there a way to fix this?
I would be very happy if i could use it!
Thanks and greetings!
Here is the complete error Message:
12:36:48 Traceback (most recent call last) (1694):
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 59, in ProcessingTask
12:36:48 self.Configure(*args, **kwargs)
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 165, in Configure
12:36:48 treeItem.Configure(*args)
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 101, in Configure
12:36:48 return self.executable.Configure(*args)
12:36:48 File "C:\Program Files (x86)\EventGhost\plugins\Gembird\__init__.py", line 64, in Configure
12:36:48 checkBoxEvent.SetValue(event)
12:36:48 File "wx\_controls.pyc", line 385, in SetValue
12:36:48 TypeError: in method 'CheckBox_SetValue', expected argument 2 of type 'bool'
12:36:48 Traceback (most recent call last) (1694):
12:36:48 File "wx\_core.pyc", line 14669, in <lambda>
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Core.py", line 197, in Notify
12:36:48 listener(value)
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 798, in OnNodeAdded
12:36:48 pos
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 468, in CreateTreeItemAt
12:36:48 return self.CreateTreeItem(node, parentId)
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 456, in CreateTreeItem
12:36:48 node.SetAttributes(self, itemId)
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginItem.py", line 87, in SetAttributes
12:36:48 if self.info.lastException or self.info.initFailed:
12:36:48 AttributeError: 'NoneType' object has no attribute 'lastException'
12:36:48 Traceback (most recent call last) (1694):
12:36:48 File "wx\_core.pyc", line 14669, in <lambda>
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Core.py", line 197, in Notify
12:36:48 listener(value)
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 844, in OnNodeSelected
12:36:48 path = node.GetPath()
12:36:48 File "C:\Program Files (x86)\EventGhost\eg\Classes\TreeItem.py", line 377, in GetPath
12:36:48 path.append(parent.childs.index(item))
12:36:48 AttributeError: 'NoneType' object has no attribute 'childs'