| Summary: | [abrt] bootchart-0.12.4-6.1.git20101122.fc15: pybootchartgui.py:20:<module>:ImportError: No module named main | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> | ||||
| Component: | bootchart | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 15 | CC: | aquini, harald | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:a2406184 | ||||||
| Fixed In Version: | bootchart-0.14.0-1.2.git20110331.fc15 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-04-05 17:16:41 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Adam Williamson
2011-03-28 23:53:46 UTC
Created attachment 488305 [details]
File: backtrace
bootchart-0.14.0-1.1.git20110331.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/bootchart-0.14.0-1.1.git20110331.fc15 Package bootchart-0.14.0-1.1.git20110331.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing bootchart-0.14.0-1.1.git20110331.fc15' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/bootchart-0.14.0-1.1.git20110331.fc15 then log in and leave karma (feedback). The update does not fix the issue. (In reply to comment #4) > The update does not fix the issue. Huh? works perfectly here... $ rpm -q bootchart bootchart-0.14.0-1.1.git20110331.fc15.x86_64 $ pybootchartgui No path given, trying /var/log/bootchart.tgz parsing '/var/log/bootchart.tgz' parsing 'header' parsing 'cmdline2.log' parsing 'paternity.log' parsing 'proc_cpuinfo.log' parsing 'proc_diskstats.log' parsing 'proc_meminfo.log' parsing 'proc_stat.log' parsing 'taskstats.log' merged 0 logger processes pruned 504 process, 0 exploders, 86 threads, and 4 runs bootchart written to 'bootchart.png' $ rpm -ql bootchart|grep main /usr/lib/python2.7/site-packages/pybootchartgui/main.py /usr/lib/python2.7/site-packages/pybootchartgui/main.pyc /usr/lib/python2.7/site-packages/pybootchartgui/main.pyo $ rpm -q python python-2.7.1-6.fc15.x86_64 Please check your installation!! [adamw@adam SRPMS]$ rpm -q bootchart
bootchart-0.14.0-1.1.git20110331.fc15.x86_64
[adamw@adam SRPMS]$ rpm -ql bootchart|grep main
/usr/lib/python2.7/site-packages/pybootchartgui/main.py
/usr/lib/python2.7/site-packages/pybootchartgui/main.pyc
/usr/lib/python2.7/site-packages/pybootchartgui/main.pyo
[adamw@adam SRPMS]$ rpm -V bootchart
[adamw@adam SRPMS]$ rpm -q python
python-2.7.1-6.fc15.x86_64
[adamw@adam SRPMS]$ pybootchartgui
Traceback (most recent call last):
File "/usr/bin/pybootchartgui", line 20, in <module>
from pybootchartgui.main import main
File "/usr/bin/pybootchartgui.py", line 20, in <module>
ImportError: No module named main
wetware error - I had a rogue /usr/bin/pybootchartgui.pyc lying around from an old from-tarball install, or something. Wiped that and it starts working fine. bootchart-0.14.0-1.2.git20110331.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/bootchart-0.14.0-1.2.git20110331.fc15 bootchart-0.14.0-1.2.git20110331.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |