RELEASED Python 2.6 final

Michele Simionato michele.simionato at gmail.com
Thu Oct 2 00:51:57 EDT 2008


On Oct 2, 5:46 am, Barry Warsaw <ba... at python.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On behalf of the Python development team and the Python community, I  
> am happy to announce the release of Python 2.6 final.

Cool! I have just downloaded the Mac installer and did
the installation on my Intel MacBook, however it seems I have
some issue with Tkinter:

$ python2.6
Python 2.6 (trunk:66714:66715M, Oct  1 2008, 18:36:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/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.6/
lib/python2.6/lib-dynload/_tkinter.so, 2): Library not loaded: /
Library/Frameworks/Tcl.framework/Versions/8.5/Tcl
  Referenced from: /Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/_tkinter.so
  Reason: no suitable image found.  Did find:
        /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o,
but wrong architecture
        /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o,
but wrong architecture

Any hints?



More information about the Python-list mailing list