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 janssen
Recipients janssen
Date 2007-09-25.16:29:22
SpamBayes Score 0.016866295
Marked as misclassified No
Message-id <1190737763.36.0.452761453951.issue1203@psf.upfronthosting.co.za>
In-reply-to
Content
If you build Python with --disable-toolbox-glue on OS X, the attempt to 
import ctypes fails because it critically depends on "gestalt", one of 
the modules in the toolbox.  It only uses this to check whether the OS 
level is 10.4 or something earlier, and only once, at load.  Might be a 
good idea to substitute a check which doesn't require the toolbox, such 
as looking at platform.release().
History
Date User Action Args
2007-09-25 16:29:23janssensetspambayes_score: 0.0168663 -> 0.016866295
recipients: + janssen
2007-09-25 16:29:23janssensetspambayes_score: 0.0168663 -> 0.0168663
messageid: <1190737763.36.0.452761453951.issue1203@psf.upfronthosting.co.za>
2007-09-25 16:29:23janssenlinkissue1203 messages
2007-09-25 16:29:22janssencreate