Bug 560723
| Summary: | [abrt] crash in yumex-2.9.4-1.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | foxxxino <mamba_verde> | ||||
| Component: | yumex | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | antonio.bulgheroni, bugzilla, marian.trizuliak, mubaswir, tim.lauridsen, vilacalvo.albert | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:3c544387 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-03-28 07:05:37 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: |
|
||||||
|
Description
foxxxino
2010-02-01 17:28:54 UTC
Created attachment 388092 [details]
File: backtrace
looks like python-enum is missing or corrupted try yum reinstall python-enum I've done su -c 'yum reinstall python-enum' Loaded plugins: presto, refresh-packagekit Setting up Reinstall Process No Match for argument: python-enum Package(s) python-enum available, but not installed. Nothing to do > Package(s) python-enum available, but not installed.
then install it :)
yum install python-enum
How to reproduce ----- 1. from a console running as root 2. type yumex 3. Comment ----- on a freshly installed system To fix it do the following as root: yum install python-enum pexpect.noarch Closing as not a bug, because it is not a bug in yumex under normal condition it should not be possible to install yumex, without the "python-enum" & "pexpect" dependencies. I've done su -c 'yum reinstall python-enum'
after doing this, yumex opens but it shows an error message: "an exception has been triggered" immediately after opening.the error message says:
"Traceback (most recent call last):
File "/usr/share/yumex/yumex.py", line 47, in <module>
app.run()
File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 631, in run
self.setup_gui()
File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 801, in setup_gui
self.populate_package_cache()
File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 889, in populate_package_cache
self.backend.setup(self.is_offline, repos)
File "/usr/lib/python2.6/site-packages/yumexbackend/yum_backend.py", line 256, in setup
rc = YumClient.setup(self, debuglevel=yumdebuglevel, plugins=plugins, filelog=filelog, offline=offline, repos=repos, proxy=proxy)
File "/usr/lib/python2.6/site-packages/yumexbackend/yum_client.py", line 194, in setup
self.child = pexpect.spawn(cmd,args, timeout = self._timeout_value)
AttributeError: 'module' object has no attribute 'spawn'"
what should I do now ???
Try with 'yum reinstall pexpect.noarch' (In reply to comment #9) > Try with 'yum reinstall pexpect.noarch' i have reinstalled pexpect.noarch.....now yumex is working.thanks a lot Tim Lauridsen.... Fix worked for me. Thx |