This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients georg.brandl, jszakmeister, ned.deily, ronaldoussoren, sdaoden, vstinner
Date 2011-02-17.01:03:13
SpamBayes Score 5.919251e-05
Marked as misclassified No
Message-id <1297904594.84.0.494142619734.issue11222@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2011-02-17 01:03:15ned.deilysetrecipients: + ned.deily, georg.brandl, ronaldoussoren, vstinner, jszakmeister, sdaoden
2011-02-17 01:03:14ned.deilysetmessageid: <1297904594.84.0.494142619734.issue11222@psf.upfronthosting.co.za>
2011-02-17 01:03:13ned.deilylinkissue11222 messages
2011-02-17 01:03:13ned.deilycreate