Daniel de Kok wrote: > 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 > > _______________________________________________ > CentOS-devel mailing list > CentOS-devel at centos.org > http://lists.centos.org/mailman/listinfo/centos-devel > > It was not installed. Shouldn't that be a req. dep then?