Hi searched for "Library/Frameworks/" in the config file and edited it to "@executable_path".
Well my configure and make command worked very fine. Just 'make install' aborted after this error message. test -d "/Applications/Python 2.6" || mkdir -p "/Applications/Python 2.6" test -d "/Applications/Python 2.6/IDLE.app" && rm -r "/Applications/ Python 2.6/IDLE.app" cp -PR IDLE.app "/Applications/Python 2.6" touch "/Applications/Python 2.6/IDLE.app" cp ./config-main.def "@executable_path/Python.framework/Versions/2.6/ lib/python2.6/idlelib/config-main.def" cp: @executable_path/Python.framework/Versions/2.6/lib/python2.6/ idlelib/config-main.def: No such file or directory make[2]: *** [install] Error 1 make[1]: *** [install_IDLE] Error 2 make: *** [frameworkinstallapps4way] Error 2 That is not cool.. really.. thats not cool. Thanks for your tipps. -- http://mail.python.org/mailman/listinfo/python-list