Bug 635873
| Summary: | ImportError: No module named product | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian Lane <bcl> | ||||
| Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 14 | CC: | anaconda-maint-list, awilliam, jlaska, jonathan, rhe, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | Keywords: | CommonBugs | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | https://fedoraproject.org/wiki/Common_F14_bugs#EFI_importerr anaconda_trace_hash:daf5869dfea6e3b4766a154661fc2c38874b97d5318b4f74a718aa61d22ac909 | ||||||
| Fixed In Version: | anaconda-14.18-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-03-08 23:05:09 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: | |||||||
| Attachments: |
|
||||||
Created attachment 448569 [details]
Attached traceback automatically from anaconda.
Needs to import from pyanaconda.product instead of product 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. anaconda-14.18-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/anaconda-14.18-1.fc14 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 Brian, you tested EFI installs for F-14-RC1. I don't think you saw this issue anymore, can you confirm? |
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