Re: [Python-Dev] Testing 3.3 framework builds on OS X

2012-07-10 Thread Ronald Oussoren
On 10 Jul, 2012, at 18:41, Marc Abramowitz wrote: > Anyone know how to build and run tests on an OS X build with > —enable-framework, without installing the framework? I want to test > that something works in my tree without polluting /Library/Frameworks > with stuff that could mess up future tes

Re: [Python-Dev] Testing 3.3 framework builds on OS X

2012-07-10 Thread Ned Deily
In article , Ned Deily wrote: > Read the updated Mac/README for more information about framework builds. > Here's a sample configure I use to minimize the chances of pollution > from other installed Pythons: > > BASEDIR="$(dirname $(pwd -P))" > [ -n "${BASEDIR}" ] && ./configure --enable-uni

Re: [Python-Dev] Testing 3.3 framework builds on OS X

2012-07-10 Thread Ned Deily
In article , Marc Abramowitz wrote: > Anyone know how to build and run tests on an OS X build with > ‹enable-framework, without installing the framework? I want to test > that something works in my tree without polluting /Library/Frameworks > with stuff that could mess up future tests. > > I've

[Python-Dev] Testing 3.3 framework builds on OS X

2012-07-10 Thread Marc Abramowitz
Anyone know how to build and run tests on an OS X build with —enable-framework, without installing the framework? I want to test that something works in my tree without polluting /Library/Frameworks with stuff that could mess up future tests. I've been mucking around with DYLD_FRAMEWORK_PATH but n