_tkinter.so: undefined symbol: PyThread_acquire_lock

Alex cut_me_out at hotmail.com
Mon Jul 31 16:28:56 EDT 2000


Hi, Thomas.

The first thing I would try is removing libpython* from the python
source directory and running make; make bininstall again.  If you still
get the same error, try doing 

make distclean; ./configure --prefix=/usr --with-threads; make; 
make bininstall

Alex.



More information about the Python-list mailing list