This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, ronaldoussoren, wordtech
Date 2008-01-31.02:06:40
SpamBayes Score 0.026893942
Marked as misclassified No
Message-id <1201745203.67.0.190205970619.issue1905@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this in the trunk, on OS X 10.5.1/Intel:  after a

./configure --enable-framework && make && sudo make altinstall

ctrl-clicking on a simple python file on the Desktop and selecting OpenWith -> PythonLauncher fails to run the 
script and gives essentially the same messages in the console:

1/30/08 7:59:31 PM Python Launcher[23508] doscript: Could not activate Terminal
1/30/08 7:59:31 PM Python Launcher[23508] doscript: AESend(activate): error -600
1/30/08 7:59:31 PM Python Launcher[23508] Exit status: -600

Assigning this to Ronald Oussoren since he was the last person to touch PythonLauncher, so probably has a much 
better idea than me of what's going on.

I'm a complete newbie when it comes to AppleEvents and the like, but I'm suspicious of the lines

#define ACTIVATE_CMD 'misc'
#define ACTIVATE_SUITE 'actv'

in Mac/PythonLauncher/doscript.m;  perhaps I'm looking in the wrong place, but I can't find documentation for 
'actv' anywhere.
History
Date User Action Args
2008-01-31 02:06:44mark.dickinsonsetspambayes_score: 0.0268939 -> 0.026893942
recipients: + mark.dickinson, ronaldoussoren, wordtech
2008-01-31 02:06:43mark.dickinsonsetspambayes_score: 0.0268939 -> 0.0268939
messageid: <1201745203.67.0.190205970619.issue1905@psf.upfronthosting.co.za>
2008-01-31 02:06:42mark.dickinsonlinkissue1905 messages
2008-01-31 02:06:41mark.dickinsoncreate