Kodi Community Forum

Full Version: EventGhost start python script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,
Does anyone know how I can start a python script (Maraschino) with eventghost.
I tried start application but that seems to work with .exe only.
have you tried starting python.exe path to maraschino behind it?


c:\Python27\python.exe "c:\Maraschino\Maraschino.py"

i dont use eventghost, but i dont see why it shouldnt work
like this
PATH: C:\Python27\python.exe
ARGUMENTS: C:\headphones\Headphones.py --nolaunch
START FROM: C:\headphones
wow thanks alot should have thought about that...