Re: [Pyobjc-dev] buildapplication strawman
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@cw...> - 2002-11-20 16:34:26
|
On Wednesday, Nov 20, 2002, at 16:30 Europe/Amsterdam, Just van Rossum wrote: > Jack Jansen wrote: > >> How about bringing this up on python-dev, and then (if people agree) >> submitting the sourceforge support request? Please have the Mac/Lib >> subtree *copied* to plat-mac, not moved. We still need it in the >> original location if we want to do a 2.2.3 release. > > Ugh, can't we just leave the source tree as it is and just change the > install > location(s)? This is all done by the top level setup.py script, right? > If so, > this suggests we should be able to fully control this. No, I'm against that. This would make python not find the Mac modules when run from the development directory (as the modules are in a different place then). Moreover, the copying is done from the Makefile, not setup.py, and this would give a special case for Mac/Lib, while there really is no reason for the special case. Let's go all the way and put the Mac/Lib stuff where it belongs, -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |