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 michael.foord
Recipients benjamin.peterson, georg.brandl, loewis, michael.foord, naguilera, ned.deily, rhettinger, ronaldoussoren, vstinner
Date 2011-01-23.14:16:37
SpamBayes Score 7.4614825e-08
Marked as misclassified No
Message-id <1295792213.3.0.793181385082.issue10973@psf.upfronthosting.co.za>
In-reply-to
Content
There are a few issues here.

X11 is not installed by *default* on Mac OS X (it is supplied separately) so it doesn't provide an "out of the box" solution.

Starting IDLE as 32bit alone doesn't solve the problem as it launches a subprocess and you have to ensure that is launched as a 32bit process as well.

I think *clearly* documenting that the Mac OS X 10.6 version *requires* Activestate Tcl / Tk 8.5 is the best solution (assuming I am correct in thinking that using the Activestate distribution solves the problem). This is really a duplicate of issue 10969 by the way. See the discussion there for suggested ways to clarify the dependency on the download page.
History
Date User Action Args
2011-01-23 14:16:53michael.foordsetrecipients: + michael.foord, loewis, georg.brandl, rhettinger, ronaldoussoren, vstinner, benjamin.peterson, ned.deily, naguilera
2011-01-23 14:16:53michael.foordsetmessageid: <1295792213.3.0.793181385082.issue10973@psf.upfronthosting.co.za>
2011-01-23 14:16:37michael.foordlinkissue10973 messages
2011-01-23 14:16:37michael.foordcreate