[Pythonmac-SIG] ImportError, no suitable image found (app not running under 10.5)

2012-09-17 Thread Paul Wiseman
This app runs fine on 10.6 and 10.7, but when I run it on 10.5 I an apple error report, and the following error in console Traceback (most recent call last): ImportError: dlopen(/Applications/TestApp.app/Contents/Resources/lib/python2.7/lib-dynload/_librsync.so, 2): Library not loaded: @executa

Re: [Pythonmac-SIG] ImportError, no suitable image found (app not running under 10.5)

2012-09-17 Thread Paul Wiseman
On 17 September 2012 18:13, Paul Wiseman wrote: > This app runs fine on 10.6 and 10.7, but when I run it on 10.5 I an apple > error report, and the following error in console > > Traceback (most recent call last): > > ImportError: > dlopen(/Applications/TestApp.app/Contents/Resources/lib/pytho

Re: [Pythonmac-SIG] ImportError, no suitable image found (app not running under 10.5)

2012-09-17 Thread David Brooks
On 18/09/12 6:03 AM, Paul Wiseman wrote: On 17 September 2012 18:13, Paul Wiseman > wrote: This app runs fine on 10.6 and 10.7, but when I run it on 10.5 I an apple error report, and the following error in console Traceback (most recent call last):