is there a way to select witch framework to use?

Georg

On  9-Aug-2008, at 17:56 , Georg Seifert wrote:

Dyld Error Message:
Library not loaded: /Library/Frameworks/Python.framework/Versions/ 2.4/Python Referenced from: /Users/Tim/Desktop/Pantografer.app/Contents/MacOS/ Pantografer
 Reason: image not found

Here's the smoking gun: it tries to load a user-installed copy of Python 2.4 which doesn't exist.

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.


--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman



_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to