Re: [Pythonmac-SIG] troubles with distutils

2005-09-19 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] troubles with distutils

2005-09-18 Thread andrea valle
(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 appl

Re: [Pythonmac-SIG] troubles with distutils

2005-09-18 Thread Ronald Oussoren
On 17-sep-2005, at 1:12, andrea valle wrote: Hi to all, it's a bit strange since it's some years I use python but actually I've never used external packages. So I'm a total newbie on the subject. Now I want to install pyx (http://pyx.sourceforge.net/) but it seems that I am not able to. thi

Re: [Pythonmac-SIG] troubles with distutils

2005-09-18 Thread Robert Kern
andrea valle wrote: > (Thanks for your help) > >>Are you sure you're getting active Python with "python" at the command >>line? > > Yes > 2.4 is only active state. > I will try your suggestions. > > In any case, I tested with python2.3 (macpython) > > apples-Computer:~ apple$ python2.3 > /Use

Re: [Pythonmac-SIG] troubles with distutils

2005-09-18 Thread andrea valle
(Thanks for your help) > Are you sure you're getting active Python with "python" at the command > line? Yes 2.4 is only active state. I will try your suggestions. In any case, I tested with python2.3 (macpython) apples-Computer:~ apple$ python2.3 /Users/apple/Desktop/PyRTF-0.45/setup.py insta

Re: [Pythonmac-SIG] troubles with distutils

2005-09-17 Thread Chris Barker
andrea valle wrote: > Now I want to install pyx (http://pyx.sourceforge.net/) but it seems > that I am not able to. > > this is my command line: > > apples-Computer:~ apple$ python /Users/apple/Desktop/PyX-0.8.1/setup.py > install > running install > error: $MACOSX_DEPLOYMENT_TARGET mismatch: n

[Pythonmac-SIG] troubles with distutils

2005-09-16 Thread andrea valle
Hi to all, it's a bit strange since it's some years I use python but actually I've never used external packages. So I'm a total newbie on the subject. Now I want to install pyx (http://pyx.sourceforge.net/) but it seems that I am not able to. this is my command line: Last login: Thu Jan 1 01:0