Bug 208975 - yumdownloader fails with import error
Summary: yumdownloader fails with import error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE7Target
TreeView+ depends on / blocked
 
Reported: 2006-10-02 20:09 UTC by Stephanos Manos
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-26 13:29:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stephanos Manos 2006-10-02 20:09:26 UTC
+++ This bug was initially created as a clone of Bug #208973 +++

Description of problem:
when running yumdownloader fails with the following error

Traceback (most recent call last):
  File "/usr/bin/yumdownloader", line 26, in ?
    from yum.logger import Logger
ImportError: No module named logger

Version-Release number of selected component (if applicable):
yum-utils-0.6-5.fc6

How reproducible:
Always

Steps to Reproduce:
1. run yumdownloader --help

Actual results:
the above message

Expected results:
the commands usage

Additional info:
replacing the line from yum.logger import Logger
with import logging

works

Comment 1 Stephanos Manos 2006-11-06 22:03:23 UTC
fixed in version 1.0


Note You need to log in before you can comment on or make changes to this bug.