1

Hello I need to make a app, with a icon in systray for Windows. I use Python3 with wxPython Phoenix.

I found code example like:

example 1

or

example 2

or

exemple 3

But is out-dated (or for Python2.x), now wxPython use wx.adv for icon in taskbar, and I have trouble with the doc for WxPython Phoenix. Could someone help me and give me tips or a easily understandable example

Maladra
  • 13
  • 1
  • 7

1 Answers1

0

This answer works just need to remove ")" after : on the end of def.

answer

    def on_left_down(self, event):)
    print ('Tray icon was left-clicked.')
Maladra
  • 13
  • 1
  • 7