In article <4a7dcdba.9060...@codebykevin.com>,
Kevin Walzer wrote:
> What options currently exist for making a Python application on the Mac
> scriptable via AppleScript, i.e. allowing it to respond to Apple events
> and making Python data objects and functions accessible from AppleScript?
>
>
What options currently exist for making a Python application on the Mac
scriptable via AppleScript, i.e. allowing it to respond to Apple events
and making Python data objects and functions accessible from AppleScript?
I'm aware of AppScript, but as I understand it, this module is designed
more
I have a jpg image which is displayed in my wxPython app. It is loaded
from an 'image' directory.
eg. image/mypic.jpg
This works fine when I type "python mywxapp" from the command line, but
when I build an app bundle it doesn't work.
I've tried two options (see below). Both copy the jpg to the R