On 1/4/10 8:18 AM, Kevin Walzer wrote:
On 1/4/10 6:37 AM, has wrote:
Sounds like you forgot to add an OSAScriptingDefinition entry
containing the sdef's filename to your info.plist.
Also, bear in mind that sdef-only apps won't work in 10.4 or earlier;
if that's a concern then you'll need to pr
Oops. I was replying to this thread:
http://mail.python.org/pipermail/pythonmac-sig/2009-January/020834.html
which I thought only just began, but I now see it began a year ago.
Still getting used to 2010 it seems!
Mike
On Sun, Jan 3, 2010 at 7:10 PM, Mike Lawrence wrote:
> This seemed to work fo
Hi,
I have a C++ project in Xcode 3.1.2 on OS X 10.5.8, to which I am
linking a static libpython3.1.a that I have compiled from the Python
source. I have it all working now, but along the path I encountered an
issue that I would like to ask about.
At first I did the following:
./
On 1/4/10 6:37 AM, has wrote:
Sounds like you forgot to add an OSAScriptingDefinition entry containing the
sdef's filename to your info.plist.
Also, bear in mind that sdef-only apps won't work in 10.4 or earlier; if that's
a concern then you'll need to provide an aete as well.
That worked,
Kevin Walzer wrote:
> I'm trying to use aemreceive to allow one of my Python applications to
> receive simple Apple Events.
> [...]
> The idea here is to allow the application to execute Python code in response
> to an Apple Event.
>
> I have included a simple SDEF file in the app bundle that a