[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problem with tkinter in python2.1



I am using the woody release directly from de.debian.org. I have installed:
 
 *** Opt interpre python-pmw   0.8.5-4
 *** Opt interpre python2.1    2.1.1-4     
 *** Opt interpre python2.1-do 2.1.1.0-2   
 *** Opt interpre python2.1-el 2.1.1-4     
 *** Opt interpre python2.1-tk 2.1.1-4     


Typing import Tkinter 

I get 

>>> import Tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.1/lib-tk/Tkinter.py", line 35, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: /usr/lib/python2.1/lib-dynload/_tkinter.so: undefined symbol:
PyFPE_jbuf



The odd thing: Logging in as root, typing the same and everything works
fine.

I was looking for different versions of _tkinter.so on my maschine already,
but there is only one. 



Mathias

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net



Reply to: