You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I packed file with PyInstaller I got following error when I run notify.
Traceback (most recent call last):
File "plyer/facades/notification.py", line 84, in notify
File "plyer/platforms/macosx/notification.py", line 46, in _notify
AttributeError: 'NoneType' object has no attribute 'setDelegate_'
and I had added "plyer.platforms.macosx.notification" to hiddenimports
The text was updated successfully, but these errors were encountered:
Python == 3.7.2
MacOS 10.13.5
Plyer == 1.4.3
PyInstaller == 3.6
After I packed file with PyInstaller I got following error when I run notify.
Traceback (most recent call last):
and I had added
"plyer.platforms.macosx.notification"
to hiddenimportsThe text was updated successfully, but these errors were encountered: