Tkinter Problems on MAC OS 10.3.9 & python2.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas P.

    #1

    Tkinter Problems on MAC OS 10.3.9 & python2.5

    Hello folks,

    my name is Thomas, and I am new to this newsgroup. So first I want to
    say hello. :-)

    ....done!

    Now, I have a problem concerning my new python2.5 install. With
    python2.3 and 2.4, Tkinter was no problem.

    Now, when I try to import it, the folowing happens:

    iPimpG4:~/Python-Dev/examples profipimp$ python
    Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
    [GCC 4.0.1 (Apple Computer, Inc. build 5341)] 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.framewor k/Versions/2.5/lib/python2.5/lib-tk/Tkinter.py",
    line 38, in <module>
    import _tkinter # If this fails your Python may not be configured
    for Tk
    ImportError: dlcompat: dyld:
    /Library/Frameworks/Python.framewor k/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
    can't open library: /Library/Frameworks/Tk.framework/Versions/8.4/Tk
    (No such file or directory, errno = 2)

Working...