View Single Post

   
  #1 (permalink)  
Old 01-17-2008, 05:49 PM
charly
 
Posts: n/a
Default rpm dependency not resolved regarding python-tools

[root@zeus linux]#rpm -i tkinter-2.3.3-1.athlon.rpm
warning: tkinter-2.3.3-1.athlon.rpm: V3 DSA signature: NOKEY, key ID
e01260f1
package tkinter-2.3.3-1 is already installed

[root@zeus linux]# rpm -i python-tools-2.2.2-26.i386.rpm
error: Failed dependencies:
python = 2.2.2 is needed by python-tools-2.2.2-26
tkinter = 2.2.2 is needed by python-tools-2.2.2-26
[root@zeus linux]# rpm -qa |grep "python"
python-2.3.3-1
gnome-python2-canvas-1.99.14-5
python-libs-2.3.3-1
python-modules-2.3.3-1
python-devel-2.3.3-1

why is that I cannot install python tools when I am supposed to have the
required things ?

thx for your input !
Reply With Quote