I have a python script that's run in the systray (WINDOWS), but when I use the pyinstaller2.0, it opens in systray, but also opens my console. This script doesn't involve graphics, but I need it to run in background and preferably not open the console.
thanks in advance!