Yum Broke after install python2.3

i install python2.3 (and i dont delete 2.2 because Fedora core 1 need it)

but now i cannot use yum..

this is what i get.

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

//////////////

the module rpm-python i have it.

rpm -q rpm-python

rpm-python-4.2.1-0.30

Thanks.

:?:

1 Reply

Not sure about Python as I don't use it. Coincidentally, I just compiled Perl 5.8.7 recently and cpan'ed a bunch of new modules for my opensrs implimentation. Perl modules use perl (duh) for their makefiles and has an option for PREFIX. Normally MakeFile.pl guesses the path to my perl modules just fine, however I had one that did not and installed in in /usr/local/lib rather than /usr/lib. So perhaps it's a path issue?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct