Bug 521661 - ImportError: No module named meh.filer
Summary: ImportError: No module named meh.filer
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-07 14:11 UTC by Alexander Todorov
Modified: 2009-09-07 20:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-07 20:26:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexander Todorov 2009-09-07 14:11:54 UTC
Description of problem:
Trying to run anaconda locally to prepare NBD server image I get:

# anaconda --text --rootpath=/mnt/nbdroot --method=http://fedora.nano-box.net/linux/development/i386/os/
Traceback (most recent call last):
  File "/usr/sbin/anaconda", line 609, in <module>
    instClass = getInstClass()
  File "/usr/sbin/anaconda", line 333, in getInstClass
    from installclass import DefaultInstall
  File "/usr/lib/anaconda/installclass.py", line 34, in <module>
    from meh.filer import *
ImportError: No module named meh.filer


Version-Release number of selected component (if applicable):
anaconda-12.20-1.fc12.i686


How reproducible:
always

Steps to Reproduce:
1. F11-GOLD system updated to rawhide anaconda
2. anaconda --text --rootpath=/mnt/nbdroot --method=http://local/mirror

Comment 1 David Cantrell 2009-09-07 20:26:02 UTC
You need to install the python-meh package:

    yum install python-meh

Not sure why this package was missing from the Requires list, but I've added it to the spec file.  Will be fixed in anaconda-12.12-1.


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