vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| [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 ! |
| |||
| After some researches, here is what I4ve found so far : rpm -e all python related package with --nodeps and rm /usr/lib/python2.* -rf then rpm -i python-2.3.3-1.athlon.rpm 1704 rpm -i python-libs-2.3.3-1.athlon.rpm 1705 rpm -i python-2.3.3-1.athlon.rpm 1706 rpm -i rpm-python-4.2-1.i386.rpm 1707 rpm -i python-modules-2.3.3-1.athlon.rpm 1708 rpm -i libxml2-python-2.6.5-1.i386.rpm 1709 rpm -i python-optik-1.4-2.noarch.rpm OK. this process created a dir /usr/lib/python2.2 and python2.3 the rpm-python goes in python2.2 but the python looks for its libs in python2.3 so it does not find it tried to copy the 2.2 files to 2.3 or symlinks them but no yum or up2date complain about not finding python-rpm any help most welcome |
| |||
| "charly" <kanari@yahoo.fr> wrote in message news:bvftnd$cm0$1@news-reader1.wanadoo.fr... > [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 This isn't python-2.2.2 > 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 ? You don't have the required things. Either downgrade to the 2.2.2 version of python and tkinter or get a version of python-tools for python-2.3.3. -- William Hooper Multitasking: Reading in the bathroom ! |
| |||
| charly wrote: > Then if a package is required to have python 2.2, you cannot use python > 2.3 and there is no upwards compatibilty ? Correct, but note that while this package says 2.2, many will say 2.2 or grater. -- David Dorward <http://dorward.me.uk/> |
| |||
| David Dorward wrote: > charly wrote: > > >>Then if a package is required to have python 2.2, you cannot use python >>2.3 and there is no upwards compatibilty ? > > > Correct, but note that while this package says 2.2, many will say 2.2 or > grater. > ok thx a lot : I'll downgrade my pythin version then |
| ||||
| "charly" <kanari@yahoo.fr> wrote in message news:bvilck$6ni$1@news-reader2.wanadoo.fr... > > > Then if a package is required to have python 2.2, you cannot use python > 2.3 and there is no upwards compatibilty ? > > Thank you for your answer though. Look again at the output you gave: python = 2.2.2 So python has to be 2.2.2, not 2.2.2 or greater. -- William Hooper I started out with nothing and I still have most of it left |