Bug 635873 - ImportError: No module named product
Summary: ImportError: No module named product
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 14
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: https://fedoraproject.org/wiki/Common...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-20 22:41 UTC by Brian Lane
Modified: 2012-03-08 23:05 UTC (History)
6 users (show)

Fixed In Version: anaconda-14.18-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-08 23:05:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (436.11 KB, text/plain)
2010-09-20 22:41 UTC, Brian Lane
no flags Details

Description Brian Lane 2010-09-20 22:41:46 UTC
The following was filed automatically by anaconda:
anaconda 14.17.3 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/booty/x86.py", line 284, in writeGrubConf
    from product import productName
  File "/usr/lib64/python2.7/site-packages/pyanaconda/booty/x86.py", line 244, in writeGrub
    cfPath)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/booty/x86.py", line 527, in write
    not self.useGrubVal)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 217, in writeBootloader
    kernelList, otherList, defaultDev)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1174, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1195, in handleRenderCallback
    self.currentWindow.renderCallback()
ImportError: No module named product

Comment 1 Brian Lane 2010-09-20 22:41:51 UTC
Created attachment 448569 [details]
Attached traceback automatically from anaconda.

Comment 2 Brian Lane 2010-09-20 23:17:39 UTC
Needs to import from pyanaconda.product instead of product

Comment 3 Adam Williamson 2010-09-21 00:39:11 UTC
we should document this for beta if RC3 goes final and we miss this fix. I believe the recommended workaround is to use something other than netinst.iso for EFI installs.

Comment 4 Fedora Update System 2010-10-06 22:02:26 UTC
anaconda-14.18-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/anaconda-14.18-1.fc14

Comment 5 Fedora Update System 2010-10-07 19:50:35 UTC
anaconda-14.18-1.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update anaconda'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/anaconda-14.18-1.fc14

Comment 6 James Laska 2010-11-01 13:50:58 UTC
Brian, you tested EFI installs for F-14-RC1.  I don't think you saw this issue anymore, can you confirm?


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