[Pythonmac-SIG] gensuitemodule.py tried for aete

helloleo helloleo at netspace.net.au
Tue Oct 21 03:39:58 EDT 2003


hi again

sorry, i had another try with apple events, now with "aete"??? (seems to be
built in macpython...)

i called gensuitemodule.py (which seems to be related to "aete") in order to
generate a dictionary, but i get the following error msg:

ASKING FOR aete DICTIONARY IN '/Applications/Address Book.app'
GetAppTerminology failed with errAEDescNotFound/resNotFound, trying manually
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/ge
nsuitemodule.py",
line 1212, in ?
    main()
  File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/ge
nsuitemodule.py",
line 93, in main
    main_interactive()
  File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/ge
nsuitemodule.py",
line 116, in main_interactive
    verbose=sys.stderr)
  File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/ge
nsuitemodule.py",
line 197, in processfile
    aedata, sig = getappterminology(fullname, verbose=verbose)
  File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/ge
nsuitemodule.py",
line 253, in getappterminology
    return reply[1]['----'], cr
KeyError: '----'

where does the error come from?

thanks for any advice, leo





More information about the Pythonmac-SIG mailing list