Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-26 Thread Pascal Schaedeli
helping me out. Thx again. Pascal > -- Forwarded message -- > From: Christopher Barker > To: pythonmac-sig@python.org > Date: Mon, 20 Apr 2009 12:15:16 -0700 > Subject: Re: [Pythonmac-SIG] Use Setup.py to install to /usr > Pascal Schaedeli wrote: > >>

Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-20 Thread Christopher Barker
Pascal Schaedeli wrote: Here is the temporary solution I've found for my case. Still looking for better suggestions. my main suggestion is to "don't do that". A few notes: 1) Ned's right -- DO NOT put stuff in /usr/lib -- use /usr/local/lib, if at all. To recap, my problem is that by defaul

Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-19 Thread Ned Deily
In article <2aa16a690904191603p141f59aet51c1dcf3410e2...@mail.gmail.com>, Pascal Schaedeli wrote: > Here is the temporary solution I've found for my case. Still looking for > better suggestions. > To recap, my problem is that by default, "python setup.py install" places > all files under > "/Lib

Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-19 Thread Pascal Schaedeli
Here is the temporary solution I've found for my case. Still looking for better suggestions. To recap, my problem is that by default, "python setup.py install" places all files under "/Library/Frameworks/Python.framework/Versions/Current/bin/". When I added "--prefix=/usr" as a setup.py argument, t