Ronald Oussoren added the comment:

On 7 Jun, 2013, at 16:54, Brett Cannon <rep...@bugs.python.org> wrote:

> 
> If that's true, does this simply mean I need to build Python without any 
> installed libraries to avoid this conflict?

That's correct. There are other bugreports about other python installations 
influencing the build, although I'd have to search for the bug number.  

IMHO the root cause for this is that the source/build directories for Python's 
build are inserted at the wrong location in the compiler search path. Fixing 
that should be fairly easy, but does require search through the makefile and 
configure script, which is why I haven't actually tried to fix this yet.

> Or does this go away if I don't have Homebrew in a non-standard location?

Doesn't homebrew use /usr/local as the default location? That would be worse, 
as there is no easy way to tell the compiler to exclude /usr/local from its 
default search path.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to