On 19-sep-2005, at 0:05, andrea valle wrote:

(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$


This is very strange. I have no idea why this doesn't work for you. It works for me (TM), although I'm using a homebuild version of Python 2.4.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to