Using Growl in python, but no luck with anything. Using the following code. Launch on OSX Lion with Growl 1.3.3. Has anyone got this job?
import Growl notifier = Growl.GrowlNotifier(applicationName='mzgrowl', notifications=['alive']) notifier.register() notifier.notify('alive', 'mzgrowl', 'test message')
source share