Ned Deily <n...@acm.org> added the comment:

Be careful when running a framework build from the build directory without 
installing it.  Chances are you are actually dynamically linking to an older 
existing framework in /Library/Frameworks.  (Try looking at sys.modules to see 
what I mean.)  You'll either need to temporarily move the old fw out of the way 
and do the install or use a different fw path to configure or don't use a fw 
build.

----------

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

Reply via email to