(thanks) I tried both suggestions. Seems to change nothing. Here you have bash:
1. > MACOSX_DEPLOYMENT_TARGET= python setup.py install Last login: Sun Sep 18 14:44:18 on ttyp1 Welcome to Darwin! apples-Computer:~ apple$ cd /Users/apple/Desktop/PyX-0.8.1 apples-Computer:~/Desktop/PyX-0.8.1 apple$ MACOSX_DEPLOYMENT_TARGET= python setup.py install running install error: $MACOSX_DEPLOYMENT_TARGET mismatch: now "" but "10.3" during configure apples-Computer:~/Desktop/PyX-0.8.1 apple$ 2. > And what is the output of: python -c "import os; print > repr(os.getenv('MACOSX_DEPLOYMENT_TARGET', ''))" apples-Computer:~ apple$ python -c "import os; print repr(os.getenv('MACOSX_DEPLOYMENT_TARGET', ''))" '' apples-Computer:~ apple$ Best -a- Andrea Valle Laboratorio multimediale "G. Quazza" Facoltà di Scienze della Formazione Università degli Studi di Torino [EMAIL PROTECTED] _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig