
Will check it.
Edit: still same here is Error log
Traceback (most recent call last):
File "EventGhost.pyw", line 34, in <module>
File "C:\Program Files\EventGhost\eg\Main.py", line 131, in <module>
eg = Init.EventGhost(args)
File "C:\Program Files\EventGhost\eg\Init.py", line 135, in __init__
self.config = config = LoadConfig()
File "C:\Program Files\EventGhost\eg\ConfigData.py", line 73, in LoadConfig
config = Persistent.PyLoad(configFilePath, DefaultConfig)
File "C:\Program Files\EventGhost\eg\Persistent.py", line 114, in PyLoad
eg.DebugNote('File "%s" does not exist.' % filename)
File "C:\Program Files\EventGhost\eg\Init.py", line 263, in __getattr__
mod = __import__("Dialogs.%s" % name, fromlist=[name])
ImportError: No module named DebugNote