[Pythonmac-SIG] troubles with distutils

Ronald Oussoren ronaldoussoren at mac.com
Mon Sep 19 18:54:58 CEST 2005


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2105 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20050919/4a0feb84/smime.bin


More information about the Pythonmac-SIG mailing list