abrt 1.0.4 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: /usr/bin/python /usr/share/yumex/yumex.pyc component: yumex executable: /usr/share/yumex/yumex.pyc kernel: 2.6.31.12-174.2.3.fc12.x86_64 package: yumex-2.9.4-1.fc12 release: Fedora release 12 (Constantine)
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