Flet-as-System-Tray-Icon icon indicating copy to clipboard operation
Flet-as-System-Tray-Icon copied to clipboard

Is macos M1 supported?

Open cheprus opened this issue 1 year ago • 1 comments

Hello, TheEthicalBoy, Is macos M1 supported? As I receive the Exception: NotImplementedError

Traceback (most recent call last):
  File "/Users/chep/dev/python/jitsi_ring_bot/tmp/Flet-as-System-Tray-Icon/main.py", line 173, in <module>
    tray_icon.run_detached(setup=my_setup)
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pystray/_base.py", line 231, in run_detached
    self._run_detached()
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pystray/_darwin.py", line 124, in _run_detached
    raise NotImplementedError()
NotImplementedError

from this part of code

 def _run_detached(self):
        if self._detachable:
            self._mark_ready()
        else:
            raise NotImplementedError()

cheprus avatar Dec 31 '23 09:12 cheprus