Run "open" in elgato streamdeck without opening console

678 Views Asked by At

I'm trying to run a python script from an elgato streamdeck, the code works properly but everytime i run it through my streamdeck it breifly opens a CMD window. my goal is to run the script "silently" I already changed the .py to a .pyw, which should run it without a window opening, but the problem seems to come from the elgato app

Any thoughts on how i could do that ?

1

There are 1 best solutions below

0
delouisiano On

runing my python script from a .bat file seems to have fix the issue, thx OneCricketeer :)