Yum Woes with Python

Seann Clark nombrandue at tsukinokage.net
Thu Nov 6 00:10:08 UTC 2008



-----Original Message-----
From: fedora-list-bounces at redhat.com [mailto:fedora-list-bounces at redhat.com]
On Behalf Of Jeff Spaleta
Sent: Wednesday, November 05, 2008 5:50 PM
To: Community assistance, encouragement,and advice for using Fedora.
Subject: Re: Yum Woes with Python

On Wed, Nov 5, 2008 at 1:09 PM, Seann Clark
> <module>
>   import logging.config
> ImportError: No module named config

fascinating....

the python logging module should be part of the python package
check that with this:
rpm -ql python |grep logging

verify that the logging related files are "okay" with:
rpm -V python |grep logging



-jef
============================
Here is the output:

Wed Nov 05-18:08:40-root at haruhi:nombrandue> rpm -ql python |grep logging
/usr/lib64/python2.5/logging
/usr/lib64/python2.5/logging/__init__.py
/usr/lib64/python2.5/logging/__init__.pyc
/usr/lib64/python2.5/logging/__init__.pyo
/usr/lib64/python2.5/logging/config.py
/usr/lib64/python2.5/logging/config.pyc
/usr/lib64/python2.5/logging/config.pyo
/usr/lib64/python2.5/logging/handlers.py
/usr/lib64/python2.5/logging/handlers.pyc
/usr/lib64/python2.5/logging/handlers.pyo
Wed Nov 05-18:08:56-root at haruhi:nombrandue> rpm -V python |grep logging
Wed Nov 05-18:09:09-root at haruhi:nombrandue>/MailingListGuidelines




More information about the fedora-list mailing list