Ronald Oussoren <ronaldousso...@mac.com> added the comment: I don't understand the second message: you should use make instead of setup.py during the build/installation of python from source.
The build warnings are harmless, although you aren't building what you think you are. The configure line should be "./configure --enable-universalsdk=/ --with-universal-archs=64-bit", the with-universal-archs option is ignored without enabling the universalsdk. Note that 2.7 and 3.2 (an possibly 2.6.5) will complain when you specify --with-universal-archs without specifying --enable-universalsdk. (Keeping the issue closed because there doesn't seem to be a real issue) ---------- resolution: -> works for me _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7882> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com