[Pythonmac-SIG] appscript path problem from a newbie

2008-04-22 Thread John Ott
has solved my problem. I recently upgraded my OmniOutliner and had two copies floating around. Double clicking Projects.oo3 opened 3.6.2 and python was opening 3.6.5. Thanks. John * *

Re: [Pythonmac-SIG] appscript path problem from a newbie

2008-04-15 Thread has
John Ott wrote: > I am getting file not found errors from appscript. > > I manually open my OmniOutliner file Projets.oo3 first then from a > xterm > window: > > python > from appscript import * > oop = app('OmniOutliner Professional') > pod = oop.documents['Projects.oo3'] > > A second copy of O

Re: [Pythonmac-SIG] appscript path problem from a newbie

2008-04-14 Thread Ned Deily
In article <[EMAIL PROTECTED]>, John Ott <[EMAIL PROTECTED]> wrote: > I am getting file not found errors from appscript. > > I manually open my OmniOutliner file Projets.oo3 first then from a xterm > window: > > python > from appscript import * > oop = app('OmniOutliner Professional') > pod = o

[Pythonmac-SIG] appscript path problem from a newbie

2008-04-14 Thread John Ott
I am getting file not found errors from appscript. I manually open my OmniOutliner file Projets.oo3 first then from a xterm window: python from appscript import * oop = app('OmniOutliner Professional') pod = oop.documents['Projects.oo3'] A second copy of OmniOutliner Professional is started and