i tried to use growl via appscript but not working
Posted: Sat Apr 07, 2007 1:43 pm
I tried to use appscript to growl something, not working , no error message loged. (Appscript's the applescript binding of python, u can use python instead of applescript.)
I guess the problem's with growl, since i've done something with appscript to control illustrator and photoshop. It worked fine.
I guess the problem's with growl, since i've done something with appscript to control illustrator and photoshop. It worked fine.
Code: Select all
from appscript import *
growl=app('GrowlHelperApp')
growl.notify(with_name='not working',title='some title',description='for some reason',application_name='daddy')