This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Kiwi Syslog Server (Running as service) - Actions - Run Script - Python script not executing

Hi,

I am having an issue when using python as scripting language. On clicking Test button I get the following error. The Python script is complied but not executing.

I have python 3.7.0(32-bit) installed. The python scripts runs by itself when executed separately.

Script

def main():

return "OK"

I tried even Main() and still the same issue.

I have tried vbScript and Jscript and they seem to work fine.

pastedImage_0.png