[Pythonmac-SIG] path problems with appscript & OmniOutliner from a newbie

wand wand at nd.edu
Fri Apr 11 14:06:11 CEST 2008


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



More information about the Pythonmac-SIG mailing list