[issue9227] can't import Tkinter / use IDLE after installing Python 2.7 on Mac OS X

Ned Deily report at bugs.python.org
Sat Jul 31 02:47:27 CEST 2010


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

@Danielle: Are you sure you are launching the correct IDLE?  In a terminal window, enter the following shell commands and report the output:

  cd /Library/Frameworks/Python.framework/Versions/2.7/
  file lib/python2.7/lib-dynload/_tkinter.so
  otool -L lib/python2.7/lib-dynload/_tkinter.so
  bin/idle2.7

That last should launch idle for 2.7.  Quit it then in the Finder try double-clicking on the IDLE in /Applications/Python 2.7

----------

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


More information about the Python-bugs-list mailing list