In article <nad-b5e15d.17343224112...@news.gmane.org>,
 Ned Deily <n...@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,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to