views:

38

answers:

0

Hi,

I'm trying to use Growl Python binding to write a small application. One of the feature that's currently missing is the click notification sent to Python.

I know in Objective-C, when a user click the notification, it will send the trigger to the running application. I'd like to do the similar thing in Python binding. When a user click a notification, I'd like to have my python program open a URL in my browser (or handle the event in other matter).

Any thought on how I may accomplish it?

P.S. I'm using the Growl.py (v0.7) from the Growl repository.