[issue11222] Python3.2rc3 fails to build on Mac OS X with a non-framework build

Ned Deily report at bugs.python.org
Thu Feb 17 02:03:14 CET 2011


Ned Deily <nad at acm.org> added the comment:

"import time" works for me with the patched build.  There should have been a warning message during the build if the time module failed to build.  Perhaps you have a file permissions problem?  Check your lib/python3.2/lib-dynload/ for file time.so 

BTW, Victor's supplied patch is fine for fixing the shared lib target but should not include the framework build changes - that's an unrelated issue.  I will upload a revised patch for review after completing some more tests.  This should be included in 3.2final. And we have a hole in building and testing shared library configurations on OS X, even though that configuration isn't used as much as the OS X framework one.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11222>
_______________________________________


More information about the Python-bugs-list mailing list