Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
EventGhost is a built-in plugin.
Python Script is a part of it.
A in your configuration tree is (as is obvious) used some Python Script action.
But you still hiding it from us, so we can not help.
To help analyzing your problem, please make a complete screen shot of you configuration tree fully expanded (the tree structure on the right side) and upload your xml file (you find the name of it in the window frame on top)
The actual xml file is in the eg working directory, this could vary depending on what windows version you are using. If you do "Save As" you will find the working directory where the xml file is stored.
It can be discussed but personally I think this is a good behavior. The same happens also for all plugins that you have in your system even if they are not used, the correctness of the code syntax will be checked at startup when the python source (.py) is compiled into byte code (.pyc).
The discipline you should have is to keep unfinished or faulty code belonging to scripts or plugins separated until they are done. This actually works out pretty well in the long run