Bug 170736 - graphical install tracebacks with no yum.errors module
Summary: graphical install tracebacks with no yum.errors module
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: powerpc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-14 09:35 UTC by Colin Charles
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-14 13:28:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Colin Charles 2005-10-14 09:35:03 UTC
Description of problem: When trying to install, anaconda tracebacks right before
starting the graphical install


Version-Release number of selected component (if applicable):
anaconda-10.3.0.31-1

How reproducible:
100%

Steps to Reproduce:
1. Try installing fedora
2. Get past the language, keyboard, choose install type (nfs), and then wait for
graphical install to start
  
Actual results:
Get a traceback.

Traceback (most recent call last):
File "/usr/bin/anaconda", line 1066, in ?
    from yuminstall import YumBackend
File "/usr/lib/anaconda/yuminstall.py", line 27, in ?
    from yum.errors import RepoError
ImportError: No module named errors
install exited abnormally

Expected results: Install to go on normally

This is an EasyFix, as its really: "from yum.Errors import RepoError"

There exists no yum.errors but a yum.Errors

Comment 1 Paul Nasrat 2005-10-14 13:28:08 UTC
Already commited the fix.


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