[plt-scheme] scribble ultra beginner
On Apr 27, 2010, at 4:05 PM, Robby Findler wrote:
> On Tue, Apr 27, 2010 at 12:50 PM, Eric Tanter <etanter at dcc.uchile.cl> wrote:
>>
>> Now, if I click on HTML, it works (browser opens with the formatted page) but I get a warning:
>> [Output to /Users/etanter/Develop/Scheme/Scribble/test.html]
>> 2010-04-27 13:46:15.034 osascript[31959:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
>> /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
>> osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
>
> Sorry, no ideas here. This is DrScheme trying to run "open" (the
> commandline executable) and it appears that Adobe has tried to tell
> mac os x about some kind of something that has confused it.
After some googling I figured out that apparently it's just a buggy adobe scripting component that gets installed with photoshop.
http://blogs.adobe.com/jnack/2009/09/applescript_compatibility_with_photoshop_o.html
just trash/move it away from that /Library/ScriptingAdditions directory and the warnings stop.
so this was effectively completely unrelated to DrScheme, sorry.
-- Éric