[Pythonmac-SIG] troubles with distutils

andrea valle andrea.valle at unito.it
Mon Sep 19 00:05:58 CEST 2005


(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
andrea.valle at unito.it


More information about the Pythonmac-SIG mailing list