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 TJ, Watchman, andreb, beazley, benjamin.peterson, donbraffitt, fzero, keflavich, kjohnson, malkarouri, mtsch, naufraghi, ned.deily, ohmi, reowen, ronaldoussoren, tommusic, wordtech
Date 2009-07-08.02:31:39
SpamBayes Score 4.1286856e-07
Marked as misclassified No
Message-id <1247020302.53.0.578007514196.issue4017@psf.upfronthosting.co.za>
In-reply-to
Content
@keflavich: To include 64-bit support for Tcl/Tk on OSX, you'll need to 
modify python's setup.py file.  Search down for
  "All existing framework builds of Tcl/Tk don't support 64-bit"
around line 1500 in 2.6; there is explicit code there to prevent tkinter 
from attempting to link with x86_64 and ppc64 libraries.
History
Date User Action Args
2009-07-08 02:31:42ned.deilysetrecipients: + ned.deily, beazley, reowen, ronaldoussoren, kjohnson, wordtech, benjamin.peterson, naufraghi, fzero, ohmi, tommusic, Watchman, donbraffitt, mtsch, andreb, TJ, malkarouri, keflavich
2009-07-08 02:31:42ned.deilysetmessageid: <1247020302.53.0.578007514196.issue4017@psf.upfronthosting.co.za>
2009-07-08 02:31:40ned.deilylinkissue4017 messages
2009-07-08 02:31:39ned.deilycreate