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 michael.foord, ronaldoussoren
Date 2010-07-11.21:31:41
SpamBayes Score 0.00018778881
Marked as misclassified No
Message-id <1278883906.89.0.545374403914.issue9227@psf.upfronthosting.co.za>
In-reply-to
Content
After installing Python 2.7 for Mac OS X from the Python.org binary I can't use Tkinter or IDLE.

I installed the following, on Snow Leopard:

* Python 2.7 PPC/i386/x86-64 Max OS X Installer Disk Image 


>>> import Tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so, 2): no suitable image found.  Did find:
	/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so: no matching architecture in universal wrapper
History
Date User Action Args
2010-07-11 21:31:47michael.foordsetrecipients: + michael.foord, ronaldoussoren
2010-07-11 21:31:46michael.foordsetmessageid: <1278883906.89.0.545374403914.issue9227@psf.upfronthosting.co.za>
2010-07-11 21:31:42michael.foordlinkissue9227 messages
2010-07-11 21:31:41michael.foordcreate