[Pythonmac-SIG] findertools.launch reports "no eligible process"

Kent Johnson kent37 at tds.net
Fri Jun 8 14:55:55 CEST 2007


has wrote:
> Anyway, simplest solution here is:
> 
> 	import subprocess
> 	subprocess.call(['open', '/Users/drew/Documents'])

or
import open
os.system('open /Users/drew/Documents')

Kent


More information about the Pythonmac-SIG mailing list