Problems with tkinter in python 2.2

Kmilo kmilo0 at hotmail.com
Wed Dec 26 13:56:09 EST 2001


I download today to the python ftp and install 

python2-2.2-2.i386.rpm
python2-devel-2.2-2.i386.rpm
python2-docs-2.2-2.i386.rpm
python2-tkinter-2.2-2.i386.rpm
        here I have a dependence problem by            
        libtcl.so.0
        libtk.so.0
python2-tools-2.2-2.i386.rpm
 
python work very good, until I run Tkinter.py  

bash-2.04# python2 /usr/lib/python2.2/lib-tk/Tkinter.py
Traceback (most recent call last):
  File "/usr/lib/python2.2/lib-tk/Tkinter.py", line 35, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: shared object not open
 
I have
Tcl8.3.2-16.rpm
Tk8.3.2-16.rpm
tix8.1-5.rpm
in SuSe Linux 7.1

Somebody know what i have to do for run, tkinter.py?



More information about the Python-list mailing list