I am getting file not found errors and another copy of OmniOutliner starts with a new file. I open Projects.oo3 manually and all is well. I have the following in file p.py
#! /usr/bin/env pythonw from appscript import * oop = app('OmniOutliner Professional') pdoc = oop.documents['Projects.oo3'] From an xterm window I type p.py and get my error. It doesn't seem to find my open Projects.oo3 window. I'm running os x 10.3.9, appscript 0.18.1, macpython 2.4.4. The appscript file testall.sh runs fine. Any ideas? John _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig