[Pythonmac-SIG] py-appscript 0.20.3

Ned Deily nad at acm.org
Wed Nov 25 02:49:21 CET 2009


In article <nad-B5E15D.17343224112009 at news.gmane.org>,
 Ned Deily <nad at acm.org> wrote:
> Same results with the python.org 2.6.4 on this machine either via 
> setuptools easy_install or direct python setup.py install.

Sorry, I overlooked the fact that the 2.6.4 traceback is a little more 
informative (again on 10.5.8 PPC G4):

$ /usr/local/bin/python2.6
Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from appscript import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-pac
kages/appscript-0.20.2-py2.6-macosx-10.3-fat.egg/appscript/__init__.py", 
line 11, in <module>
    from aem.findapp import ApplicationNotFoundError
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-pac
kages/appscript-0.20.2-py2.6-macosx-10.3-fat.egg/aem/__init__.py", line 
6, in <module>
    import ae, kae, findapp, mactypes, aemconnect
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-pac
kages/appscript-0.20.2-py2.6-macosx-10.3-fat.egg/aem/aemconnect.py", 
line 28, in <module>
    _launchevent = Event(_nulladdressdesc, 'ascrnoop').AEM_event
  File 
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-pac
kages/appscript-0.20.2-py2.6-macosx-10.3-fat.egg/aem/aemsend.py", line 
55, in __init__
    self.AEM_event = createproc(event[:4], event[4:], address, returnid, 
transaction)
aem.ae.MacOSError: -1700

-- 
 Ned Deily,
 nad at acm.org



More information about the Pythonmac-SIG mailing list