[Pythonmac-SIG] py2app argvemulation bug (or mis-configure) on i386 Python 2.4 on OS X 10.4

Daniel Lord daniellord at mac.com
Thu Apr 20 03:32:32 CEST 2006


I decide to create a droplet from py2app in my copious spare time for  
a few minutes earlier and I noticed some errors in the Console plus  
the code is simply printing out all the strings in sys.argv plus, of  
course given the error, the paths of the files dropped on it never  
showed up in sys.argv[].

platform: Python 2.4 OS X 10.4 Universal MacbookPro i386
I did set:     argv_emulation=True in the py2app options in setup.py

I this below a know error on Python 2.4 on Intel?

Console output:

Exception in AE event handler function
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ 
python2.4/plat-mac/argvemulator.py", line 75, in callback_wrapper
     raise 'Cannot happen: AE callback without handler', (_class, _type)
Cannot happen: AE callback without handler: ('tvea', 'codo')
AE error:  (-1, 'queue element not found during deletion')
in High Level Event: '0x61657674' '0x6f636f64'
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ 
python2.4/plat-mac/argvemulator.py", line 53, in lowlevelhandler
     AE.AEProcessAppleEvent(event)
Error: (-1, 'queue element not found during deletion')



More information about the Pythonmac-SIG mailing list