1

I'm trying to build my app with PyInstaller. When I build it, the system tray icon is blank. It's there, but it's blank.

(I'm on windows)

Screenshot:

Screenshot of the problem

It's loading the icon from "logo.gif" in the script code itself. I'm suspecting the problem is that the icon is not bundled into the exe properly. (I'm using the one-exe option).

Here's the command I use to build it:

pyinstaller twitchwatch.py -w -F
user1438098
  • 2,239
  • 3
  • 18
  • 14

0 Answers0