[New-bugs-announce] [issue23194] Antigravity prints osascript errors in OS X Yosemite

Jim Kubicek report at bugs.python.org
Thu Jan 8 19:52:03 CET 2015


New submission from Jim Kubicek:

Python 3.4.2 (default, Dec 29 2014, 14:03:16) 
    [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import antigravity
    2015-01-08 10:45:03.771 osascript[47250:12135049] 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.

The import command appears to work correctly (the proper XKCD opens), so I think this issue is just cosmetic.

----------
components: Extension Modules
messages: 233676
nosy: jkubicek
priority: normal
severity: normal
status: open
title: Antigravity prints osascript errors in OS X Yosemite
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23194>
_______________________________________


More information about the New-bugs-announce mailing list