
I love YUM! It's always dalt me a good hand.. Except now I'm running 64bit Suse!
I have the following installed.
Code:
linux:/var/log/apache2 # rpm -q python
python-2.4-14
linux:/var/log/apache2 # rpm -q rpm-python
rpm-python-4.1.1-191
linux:/var/log/apache2 # /usr/bin/python -V
Python 2.4
And then when I run YUM, I get this.
Code:
linux:/var/log/apache2 # yum
Traceback (most recent call last):
File "/usr/bin/yum", line 22, in ?
import yummain
File "/usr/share/yum/yummain.py", line 22, in ?
import clientStuff
File "/usr/share/yum/clientStuff.py", line 18, in ?
import rpm
ImportError: No module named rpm
Any ideas?
