It seems that there is an import missing from bootstrap/argv_emulation.py. typeAlias used in __openfiles() is not listed on from Carbon.AppleEvents import kCoreEventClass, kAEOpenApplication, \ kAEOpenDocuments, keyDirectObject, typeAEList and generates error argvemulator.py warning: can't unpack an open document event Traceback (most recent call last): File "/Users/mef/Development/-Applications-/Teatro/dist/Teatro.app/Contents/Resources/__boot__.py", line 101, in __openfiles aliasdesc = listdesc.AEGetNthDesc(i+1, typeAlias)[1] NameError: global name 'typeAlias' is not defined I added typeAlias to the import and reinstalled py2app and that seemed to fix the problem M On Jul 26, 2006, at 10:58 AM, Daniel Lord wrote: I just tried the PIL build with the 2.5b version and it fails but the 2.4.3 version works fine...see below. |
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig