Re: Snarl
Posted: Sun Mar 06, 2016 9:26 pm
Well, thanks for trying, at least.
Code: Select all
Error while loading plugin-file C:\Program Files (x86)\EventGhost\plugins\snarl.
Traceback (most recent call last) (1722):
File "C:\Program Files (x86)\EventGhost\plugins\snarl\__init__.py", line 151, in <module>
import pySnarl
File "C:\Program Files (x86)\EventGhost\plugins\snarl\pySnarl.py", line 1
<!DOCTYPE html>
^
SyntaxError: invalid syntax
Unhandled exception in WorkerThread <EventThread>:
Callers stack:
File "wx\_core.pyc", line 8010, in MainLoop
File "wx\_core.pyc", line 7306, in MainLoop
File "wx\_core.pyc", line 14669, in <lambda>
Traceback (most recent call last) (1722):
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
self.HandleAction(action)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 289, in HandleAction
action()
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\EventThread.py", line 142, in StartSession
actionThread.Func(actionThread.StartSession, 120)(filename)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionThread.py", line 39, in StartSession
eg.document.Load(filename)
File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 145, in Load
root = self.RootItem(self, node)
File "C:\Program Files (x86)\EventGhost\eg\Classes\RootItem.py", line 55, in __init__
ContainerItem.__init__(self, parent, node)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
for childNode in node
File "C:\Program Files (x86)\EventGhost\eg\Classes\AutostartItem.py", line 43, in __init__
child = self.document.PluginItem(self, childNode)
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginItem.py", line 62, in __init__
self,
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginManager.py", line 138, in OpenPlugin
info = clsInfo.CreateInstance(args, evalName, treeItem)
AttributeError: 'NoneType' object has no attribute 'CreateInstance'Sorry, I forgot to post it, now it┬┤s editedtopix wrote:What error? What EG version?
Looks like the "pySnarl.py" isn't the plugin but a .html file, try to redownload the snarl plugin.z3us wrote:I get this error when I start eventghost and I can┬┤t use it.
It only happens if I have the snarl folder in plugins
Thx, now is working.jonib wrote:Looks like the "pySnarl.py" isn't the plugin but a .html file, try to redownload the snarl plugin.z3us wrote:I get this error when I start eventghost and I can┬┤t use it.
It only happens if I have the snarl folder in plugins
jonib