[issue4017] Tkinter cannot find Tcl/Tk on Mac OS X

Ned Deily report at bugs.python.org
Wed Jul 8 04:31:42 CEST 2009


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

@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.

----------
nosy: +nad

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


More information about the Python-bugs-list mailing list