Re: [Pythonmac-SIG] Making a Python application scriptable via AppleScript

2009-08-08 Thread Ned Deily
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? > >

[Pythonmac-SIG] Making a Python application scriptable via AppleScript

2009-08-08 Thread Kevin Walzer
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

[Pythonmac-SIG] Including images (jpg) in app bundle

2009-08-08 Thread Brendan Simon (eTRIX)
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