PDA

View Full Version : Yumex won't start


binarynut
17th April 2011, 04:02 PM
Yumex-3.0.2-1

$ yumex
Traceback (most recent call last):
File "/usr/share/yumex/yumex.py", line 25, in <module>
from yumexgui import YumexApplication
File "/usr/lib/python2.7/site-packages/yumexgui/__init__.py", line 34, in <module>
from yumexgui.gui import Notebook, PackageInfo, CompletedEntry, YumexStatusIcon
File "/usr/lib/python2.7/site-packages/yumexgui/gui.py", line 27, in <module>
import gconf, subprocess
ImportError: No module named gconf

motnahp00
17th April 2011, 04:13 PM
I get the same error with F15 Alpha XFCE.

It works fine with F14 though.

rockdoctor
18th April 2011, 12:43 AM

Works for me (I know that's not a very useful statement).
I assume what your system can't find is /usr/lib64/python2.7/site-packages/gtk-2.0/gconf.so (or the 32-bit equivalent), which is provided by gnome-python2-gconf-2.28.1-4.fc15.x86_64 (or the 32-bit equivalent). I'm running yumex-3.0.2-1.fc15.noarch

Edit:
Oops - just realized, I'm running my F15 installation, not Rawhide. My Rahide install uses the same gnome-python2-gconf, along with
yumex-3.0.2-1.fc16.noarch

---------- Post added at 06:43 PM ---------- Previous post was at 03:58 PM ----------

Wouldn't normally reply to myself, but I just installed F15 KDE (I'm not a KDE fan, but thought I'd check it out). Ran yum install yumex, which did it's thing, but got the error reported by binarynut. Installing gnome-python2-gconf gave me a working yumex. Will file a bug re the dependency.

tox
18th April 2011, 01:18 AM
Yumex-3.0.2-1

$ yumex
Traceback (most recent call last):
File "/usr/share/yumex/yumex.py", line 25, in <module>
from yumexgui import YumexApplication
File "/usr/lib/python2.7/site-packages/yumexgui/__init__.py", line 34, in <module>
from yumexgui.gui import Notebook, PackageInfo, CompletedEntry, YumexStatusIcon
File "/usr/lib/python2.7/site-packages/yumexgui/gui.py", line 27, in <module>
import gconf, subprocess
ImportError: No module named gconf

would be great if we know what Fedora release you are running when posting

motnahp00
18th April 2011, 01:38 AM
Hey detox,

I'm getting the same error message with F15 Alpha XFCE. I don't have an issue with F14 though.

tox
18th April 2011, 02:55 AM
Hey detox,

I'm getting the same error message with F15 Alpha XFCE. I don't have an issue with F14 though.

im gonna have a guess but probably one of the updates broke it. that being caribou try and downgrade it

---------- Post added at 11:55 AM ---------- Previous post was at 11:54 AM ----------

what repo's do you have enabled also

yum repolist

motnahp00
18th April 2011, 03:08 AM
im gonna have a guess but probably one of the updates broke it. that being caribou try and downgrade it

---------- Post added at 11:55 AM ---------- Previous post was at 11:54 AM ----------

what repo's do you have enabled also

yum repolist

Here are the repos currently enabled:

[root@fedora15a-xfce ~]# yum repolist
Loaded plugins: langpacks, presto, refresh-packagekit
repo id repo name status
fedora Fedora 15 - x86_64 23,882
updates-testing Fedora 15 - x86_64 - Test Updates 2,641
repolist: 26,523

tox
18th April 2011, 03:16 AM
dunno for sure but this looks to be a GConf error

what if you try to reinstall Gconf?

motnahp00
18th April 2011, 03:24 AM
I'm assuming you mean gconf-editor

Same issue after installation.

Automatic Bug Reporting Tool has the following alert:

gui.py:27:<module>:ImportError:No module named gconf

tox
18th April 2011, 03:49 AM
should be GConf2

motnahp00
18th April 2011, 03:58 AM
It is already installed:

[root@fedora15a-xfce ~]# yum install GConf2
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Package GConf2-2.32.2-1.fc15.x86_64 already installed and latest version
Nothing to do

tox
18th April 2011, 04:34 AM
has me beat what to do next. , the only other thing is possibly to wait for the official beta release an download the DvD and reistall from scratch

---------- Post added at 01:34 PM ---------- Previous post was at 01:33 PM ----------

i would possibly go with the 32bit not 64bit

motnahp00
18th April 2011, 04:36 AM
Waiting sounds like a good plan to me. Thanks for your help detox.

tox
18th April 2011, 10:21 AM
what you could do is update all packages and see how it goes, i just updated all and i got gnome3 back working

---------- Post added at 07:21 PM ---------- Previous post was at 07:18 PM ----------

your gonna have to use Terminal to update everything

motnahp00
18th April 2011, 01:15 PM
I'm completely up to date with my patches.

rockdoctor
18th April 2011, 02:11 PM
From a terminal (as root, of course):
yum install gnome-python2-gconf
should let you run yumex

motnahp00
18th April 2011, 03:36 PM
Worked like a charm. Thanks rockdoctor. :D

leigh123linux
18th April 2011, 03:43 PM
Please file a bugreport for this issue.




Changelog
* Wed Mar 30 2011 Tim Lauridsen <timlau@fedoraproject.org> 3.0.2-1
- bumped version to 3.0.2-1
* Thu Jan 06 2011 Tim Lauridsen <timlau@fedoraproject.org> 3.0.1-1
- removed gnome-python2-gconf requirement, not need anymore
* Sun Jan 02 2011 Tim Lauridsen <timlau@fedoraproject.org> 3.0.1-1
- Added urlgrabber requirement