Ronald Oussoren <ronaldousso...@mac.com> added the comment: I located the problem, it's in the configure line:
./configure --with-framework-name=Python64 -- with-universal-archs=all --enable-framework --enable- universalsdk=MACOSX_DEPLOYMENT_TARGET=10.5 That's wrong because the argument for --enable-universalsdk should be a filesystem path for the SDK. In this case the following command-line will work: ./configure --with-framework-name=Python64 -- with-universal-archs=all --enable-framework --enable- universalsdk=/ ---------- resolution: -> works for me status: open -> pending _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4165> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com