[Pythonmac-SIG] Nuances of Bundle Builder when moving between versions of

RANDY BURNS RBURNS at tacoma.k12.wa.us
Thu Dec 11 16:19:33 EST 2003


What are the nuances in packageing a wxPython program so it can run on
the various versions of Darwin. 
I have an application that runs fine on Panther, but when I moved it to
Jaguar, I got the following console error.
RJB
===========================
$ cat error *log
 

dyld: /Users/humphrey/setserver.app/Contents/MacOS/setserver Undefined
symbols:
Python undefined reference to _nl_langinfo expected to be defined in
/usr/lib/li
bSystem.B.dylib
Dec 11 12:32:08 Instructional-Technologys-Computer crashdump: Crash
report writt
en to: /Users/humphrey/Library/Logs/CrashReporter/Python.crash.log
 
dyld: /Users/humphrey/setserver.app/Contents/MacOS/setserver Undefined
symbols:
Python undefined reference to _nl_langinfo expected to be defined in
/usr/lib/li
bSystem.B.dylib
Dec 11 12:32:42 Instructional-Technologys-Computer crashdump: Crash
report writt
en to: /Users/humphrey/Library/Logs/CrashReporter/Python.crash.log

============================
 
Date/Time:  2003-12-11 12:32:08 -0800
OS Version: 10.2.8 (Build 6R73)
Host:       global-054
 
Command:    Python
PID:        497
 
Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000001Code[1]:    0x8fe01220
 
Thread 0 Crashed:
 #0   0x8fe01220 in halt
 #1   0x8fe10654 in link_in_need_modules
 #2   0x8fe10270 in bind_lazy_symbol_reference
 #3   0x8fe00e60 in stub_binding_helper_interface
 #4   0x95fcad20 in _PySys_Init
 #5   0x95fc6850 in Py_Initialize
 #6   0x95fd1cd0 in Py_Main
 #7   0x00003c78 in 0x3c78
 #8   0x00003aec in 0x3aec
 
PPC Thread State:
  srr0: 0x8fe01220 srr1: 0x0002f030                vrsave: 0x00000000
   xer: 0x20000000   lr: 0x8fe09bd8  ctr: 0x8fe293ac   mq: 0x00000000
    r0: 0x00000004   r1: 0xbffff950   r2: 0x8fe0b794   r3: 0x000000b0
    r4: 0x00000000   r5: 0x000000b0   r6: 0x0000000a   r7: 0x2e64796c
    r8: 0x2f6c6962   r9: 0x00000000  r10: 0x8fe4850c  r11: 0x0000001a
   r12: 0x8fe71ad7  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0x00000000  r18: 0x00000000  r19: 0xa0006b4c
   r20: 0x00000003  r21: 0x00000000  r22: 0x000965f0  r23: 0xa5f5ac38
   r24: 0xa0000cd4  r25: 0xa5f60ef4  r26: 0x960155e0  r27: 0x96026ca7
   r28: 0x8fe4841c  r29: 0x8fe484ec  r30: 0x8fe484ec  r31: 0x8fe0995c
 
**********
 
Date/Time:  2003-12-11 12:32:42 -0800
OS Version: 10.2.8 (Build 6R73)
Host:       global-054
 
Command:    Python
PID:        506
 
Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000001Code[1]:    0x8fe01220
 
Thread 0 Crashed:
 #0   0x8fe01220 in halt
 #1   0x8fe10654 in link_in_need_modules
 #2   0x8fe10270 in bind_lazy_symbol_reference
 #3   0x8fe00e60 in stub_binding_helper_interface
 #4   0x95fcad20 in _PySys_Init
 #5   0x95fc6850 in Py_Initialize
 #6   0x95fd1cd0 in Py_Main
 #7   0x00003c78 in 0x3c78
 #8   0x00003aec in 0x3aec
 
PPC Thread State:
  srr0: 0x8fe01220 srr1: 0x0002f030                vrsave: 0x00000000
   xer: 0x20000000   lr: 0x8fe09bd8  ctr: 0x8fe293ac   mq: 0x00000000
    r0: 0x00000004   r1: 0xbffff830   r2: 0x8fe0b794   r3: 0x000000b0
    r4: 0x00000000   r5: 0x000000b0   r6: 0x0000000a   r7: 0x2e64796c
    r8: 0x2f6c6962   r9: 0x00000000  r10: 0x8fe4850c  r11: 0x0000001a
   r12: 0x8fe71ad7  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0x00000000  r18: 0x00000000  r19: 0xa0006b4c
   r20: 0x00000003  r21: 0x00000000  r22: 0x000965f0  r23: 0xa5f5ac38
   r24: 0xa0000cd4  r25: 0xa5f60ef4  r26: 0x960155e0  r27: 0x96026ca7
   r28: 0x8fe4841c  r29: 0x8fe484ec  r30: 0x8fe484ec  r31: 0x8fe0995c

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonmac-sig/attachments/20031211/5bdce954/attachment.html


More information about the Pythonmac-SIG mailing list