In article <8773f3ac-0873-47f6-9587-07a1e114d...@virgin.net>, has <hengist.p...@virgin.net> wrote: > Just checked in rev. 69 which contains a couple of 64-bit bug fixes along > with a workaround for OS 10.6's return ID bug. Unfortunately, I don't have > time to do a thorough test, particularly of 32- and 64-bit support on Python > 3.1.1 (the python.org framework distro is 32-bit only), and I don't want to > do a new release until it's been checked properly. If any appscript users > here are willing to give it a workout (Python 2.3-3.1.1, 10.4-10.6, 32-bit > PPC/i386, x86-64) and let me know if everything's okay or if any issues are > still outstanding, I'd really appreciate it.
I just had time to run a few quick install and trivial functional test (with iTunes and Safari). The "outliers" seemed to work OK: custom python3.1+ x86_64 and i386 on 10.6.2 using Distribute 0.6.8 easy_install Apple python2.3 ppc (G3) on 10.4.11 using setuptools 0.6c11 easy_install plus MacPorts python2.6.4 on i386 10.6.2 (setuptools 0.6c11) However, attempts on a 10.5.8 PPC (G4) failed with: $ /usr/bin/python2.5 Python 2.5.1 (r251:54863, Feb 6 2009, 19:02:12) [GCC 4.0.1 (Apple Inc. build 5465)] 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 "build/bdist.macosx-10.5-ppc/egg/appscript/__init__.py", line 11, in <module> File "build/bdist.macosx-10.5-ppc/egg/aem/__init__.py", line 6, in <module> File "build/bdist.macosx-10.5-ppc/egg/aem/aemconnect.py", line 28, in <module> File "build/bdist.macosx-10.5-ppc/egg/aem/aemsend.py", line 55, in __init__ aem.ae.MacOSError: -1700 Same results with the python.org 2.6.4 on this machine either via setuptools easy_install or direct python setup.py install. -- Ned Deily, n...@acm.org _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig