[issue10418] test_io hangs on 3.1.3rc1

Ned Deily report at bugs.python.org
Sun Nov 14 18:19:35 CET 2010


Ned Deily <nad at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10418>
_______________________________________


More information about the Python-bugs-list mailing list