-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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:[EMAIL PROTECTED]: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:[EMAIL PROTECTED]:nombrandue> rpm -V python |grep logging Wed Nov 05-18:09:[EMAIL PROTECTED]:nombrandue>/MailingListGuidelines -- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
