Search: All languages | Full text

Results tagged “applescript”

More posts »

Posts

prMac

prMac posted Apps & More releases Script Timer 2.6 for Mac OS X | Sep 17, 2008

Apps & More Software Design, Inc. today announces Script Timer 2.6, an update to its popular script, Automator workflow, and application scheduling utility for Mac OS X. With a focus on ease-of-use, Script Timer can schedule the execution of AppleScript, Perl, and Shell scripts, as well as Automator...

fetjuel

fetjuel posted If you can't install py-appscript on Mac OS X | Jul 2, 2008

This was driving me crazy; neither the egg nor the setup.py thingy in the source download were working to install Python appscript. So I opened setup.py and changed this: try: from setuptools import setup, Extension except ImportError: print "Note: couldn't import setuptools so using distutils...