<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>is there a way to select witch framework to use?</div><div><br></div><div>Georg<br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 9-Aug-2008, at 17:56 , Georg Seifert wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dyld Error Message:<br> Library not loaded: /Library/Frameworks/Python.framework/Versions/2.4/Python<br> Referenced from: /Users/Tim/Desktop/Pantografer.app/Contents/MacOS/Pantografer<br> Reason: image not found<br></div></blockquote></div><br><div>Here's the smoking gun: it tries to load a user-installed copy of Python 2.4 which doesn't exist.</div><div><br></div><div>I assume that on your development machine you have 2.4 installed, and /Library (with the user-installed 2.4) takes precedence over /System/Library (with the Apple-installed 2.5) when you built the app.</div><br><br><div apple-content-edited="true"> <div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">--</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Jack Jansen, <<a href="mailto:Jack.Jansen@cwi.nl">Jack.Jansen@cwi.nl</a>>, <a href="http://www.cwi.nl/~jack">http://www.cwi.nl/~jack</a></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: 12.0px Helvetica">If I can't dance I don't want to be part of your revolution -- Emma Goldman</font></div> <br class="Apple-interchange-newline"></div> </div><br></div></blockquote></div><br></body></html>