Jared Suttles
Jared Suttles
``` Traceback (most recent call last): File "rumps/rumps.py", line 1050, in callback_ return _call_as_function_or_method(callback, self) File "rumps/rumps.py", line 380, in _call_as_function_or_method return method(event) File "test.py", line 22, in show_image rumps.show_image('test.png')...
I'm fairly confident this is not possible. Seems like it would be a loophole for some malicious stuff.
Two icons meaning two different apps? This isn't really supported.
Do you have example code you have been working with? I'd like to play around with it.
I think using two different UI packages generally isn't advised.
``` >>> a = 'Pokémon®' >>> unicode(a) Traceback (most recent call last): File "", line 1, in UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in...
Hi @rvpradeep Are you running 10.9? What version of PyObjC and Python are you using? Can you try again with the latest version of rumps? Jared
I don't think I've seen this before but it's maybe possible. Anyone know?
If you want to make a PR, this seems cool.
Notifications are working for me (10.15.2). How have you set up the application? I believe the alerts will be in the background when running outside of an app made via...