Trying to install the following:
http://sourceforge.net/project/showfile ... _id=136390
So, i did this:
[root@localhost topsoill]# rpm -ivh IDLEfork-0.9a2-1.noarch.rpm
error: Failed dependencies:
python2-tkinter is needed by IDLEfork-0.9a2-1
[root@localhost topsoill]# rpm -ivh python2-tkinter-2.2-2.i386.rpm
error: Failed dependencies:
python2 = 2.2-2 is needed by python2-tkinter-2.2-2
libtcl.so.0 is needed by python2-tkinter-2.2-2
libtk.so.0 is needed by python2-tkinter-2.2-2
[root@localhost topsoill]# locate libtcl.so.0
[root@localhost topsoill]# whereis libtcl.so.0
libtcl.so: /usr/lib/libtcl.so
[root@localhost topsoill]# whereis libtk.so.0
libtk.so: /usr/lib/libtk.so
Are python 2.2.2 and 2.2-2 the same thing? i have python 2.2.2 installed and it looks like python-2-tkinter wants 2.2-2. Weird. Plus as you can see, i have both libtcl.so.0 and libtk.so.0 installed but i still get a dependency error.
Using RH 9.


