Re: [Pythonmac-SIG] Double-clickable wxpython application?

2008-04-13 Thread Henning Hraban Ramm
Am 2008-04-12 um 21:07 schrieb Kevin Horton: > I eventually ran into a performance issue with my widget version, so > I took another look at wxpython. With a fresh look, I realized that > it was an environment issue that was causing the failure to start > wxpython from an AppleScript or Automator.

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

2008-04-13 Thread wand
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'