_tkinter.so: undefined symbol: PyThread_acquire_lock

Thomas Gagne tgagne at ix.netcom.com
Mon Jul 31 15:39:53 EDT 2000


Ok, I discovered pything1.5 was already installed on my RHAT 6.2 system and
got the above error (traceback below).  I got the same result after rebuilding
it with

./configure --prefix=/usr --with-threads
make
make install (as root)

tgagne:/home/tgagne/tmp/idle-0.5 ./idle.py
Traceback (innermost last):
  File "./idle.py", line 2, in ?
    import PyShell
  File "./PyShell.py", line 12, in ?
    from Tkinter import *
  File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 8, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: /usr/lib/python1.5/lib-dynload/_tkinter.so: undefined symbol:
PyThread_acquire_lock





More information about the Python-list mailing list