[CentOS-devel] yum 2.4.3 updates for CentOS 3 and 4 in the testing repo

Fri May 18 08:06:24 UTC 2007
Daniel de Kok <danieldk at pobox.com>

On Thu, 2007-05-17 at 17:25 -0500, Linux Rockz wrote:
> I got this after upgrading on my C3 box.
> 
> # yum update
> Traceback (most recent call last):
>   File "/usr/bin/yum", line 28, in ?
>     import yummain
>   File "/usr/share/yum-cli/yummain.py", line 24, in ?
>     import cli
>   File "/usr/share/yum-cli/cli.py", line 27, in ?
>     from optparse import OptionParser
> ImportError: No module named optparse

This module is part of the python-optik package that is a requirement
for yum 2.4. Is python-optik installed?

-- Daniel