[Python-Dev] Fix for `python setup.py check --restructuredtext`

2015-01-14 Thread Marc Abramowitz
Looking for a core developer who can review a distutils change -- it's a
very small change:

http://bugs.python.org/issue23063

Let me know how I can help (e.g.: if I can review or test something to
offset time spent).

Cheers,
Marc
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[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 not having much luck.

If I build with ./configure --enable-framework --with-dtrace && make
and use DYLD_FRAMEWORK_PATH=. then I suspect it's still loading from
/Library/Frameworks, because my tests fail in a way that suggests it's
not finding the new bits in my working directory.

If I build with ./configure --enable-framework=. --with-dtrace && make
and use DYLD_FRAMEWORK_PATH=., then it fails with:

dyld: Library not loaded: ./Python.framework/Versions/3.3/Python

presumably because ./Python.framework doesn't have any .dylib's or .so's.

Thanks,
Marc
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com