Pystray icon available when running as a service
问题 Using: Python (3.7.5) Pyinstaller (3.5) Pywin32 (223) Pystray (Current) I have a python program that uses Pystray to show an icon which allows me to make Tkinter window available. It took a while but, thanks to stack overflow, this functionality works fine. I then create an executable for this using PyInstaller and this also runs fine. Up to here everything is great, executing the program starts its webservice and shows the icon. I call this program from a service created with pywin32. The