Bug 168254

Summary: Anaconda traceback: ImportError: no module named pcmcia
Product: [Fedora] Fedora Reporter: G.Wolfe Woodbury <redwolfe>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-13 23:41:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description G.Wolfe Woodbury 2005-09-13 23:15:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050909 Fedora/1.0.6-1.2.fc4 Firefox/1.0.6

Description of problem:
booting with http: against Development mirror (local) as of 2005-09-13 18:00:00
anaconda produces a traceback with the ultimate error being
  ImportError: no module named pcmcia


Version-Release number of selected component (if applicable):
anaconda-10.3.0.18-1.i386.rpm

How reproducible:
Always

Steps to Reproduce:
1. rsync to current rawhide mirror (duke)
2. put boot.iso on a CD-RW
3. try to install rawhide
  

Actual Results:  anaconda traceback after loading stage2

  File "/usr/bin/anaconda", line 351, in ?
      Import dispatch
  File "/usr/lib/anaconda/dispatch.py", line 19, in ?
      from packages import handleX11Packages, writeConfiguration, writeXConfiguration
  File "/usr/lib/anaconda/packages.py", line 27, in ?
      import pcmcia
  ImportError: no module named pcmcia

Expected Results:  normal rawhide install

Additional info:

Comment 1 Jeremy Katz 2005-09-13 23:41:55 UTC
Fixed this morning and in the anaconda build I did this evening.