[Pythonmac-SIG] Still Unable to get my Python program working on the mac

Bill Janssen janssen at parc.com
Tue May 18 08:22:42 CEST 2010


An easy way to speak stuff on the Mac from Python is

   import os
   os.system("/usr/bin/say 'hello hello hello'")

Bill


More information about the Pythonmac-SIG mailing list