I’m trying to use the Growl Python bindings (Growl.py v0.7 from the Growl repository) to write a small application. One of the features that’s currently missing is the click notification sent to Python.
I know in Objective-C, when a user clicks the notification, it will send a trigger to the running application. I’d like to do a similar thing with the Python bindings. When a user clicks a notification, I’d like to have the Python program open a URL in the browser (or handle the event in another manner).
Any thoughts on how I might accomplish it?
Update: thanks to synthesizerpatel who provides a promising solution and I take his words it worked on Lion. Unfortunately, I’m beginning to fade out from Mac, so I don’t do much Mac programming anymore. Though, I did some debugging as it’s still not working on Snow Leopard, and here is why:
Is this what you want?