[Python-Dev] Testing 3.3 framework builds on OS X
Ronald Oussoren
ronaldoussoren at mac.com
Wed Jul 11 07:30:43 CEST 2012
More information about the Python-Dev mailing list
Wed Jul 11 07:30:43 CEST 2012
- Previous message: [Python-Dev] Testing 3.3 framework builds on OS X
- Next message: [Python-Dev] Python-Dev Digest, Vol 108, Issue 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 tests. > > I've been mucking around with DYLD_FRAMEWORK_PATH but not having much luck. > Setting DYLD_FRAMEWORK_PATH should work and is whtat's used for RUNSHARED in the Makefile. I regularly build using 'configure --enable-framework' and then use 'make test' to test that build. This runs the python.exe in the build directory with DYLD_FRAMEWORK_PATH set to the build directory (as an absolute path). Ronald > > Thanks, > Marc > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4788 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20120711/3f1df402/attachment.bin>
- Previous message: [Python-Dev] Testing 3.3 framework builds on OS X
- Next message: [Python-Dev] Python-Dev Digest, Vol 108, Issue 7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list