Bug 147555 - Fatal Python error: could not import gnomevfs
Summary: Fatal Python error: could not import gnomevfs
Keywords:
Status: CLOSED DUPLICATE of bug 149085
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-python2
Version: rawhide
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC4Blocker
TreeView+ depends on / blocked
 
Reported: 2005-02-09 07:52 UTC by H. van de Kolk
Modified: 2013-03-13 04:47 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-05-19 19:03:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description H. van de Kolk 2005-02-09 07:52:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5)
Gecko/20041228 Firefox/1.0 Fedora/1.0-8

Description of problem:
Up2date after applying the updates from developement 8-febr-2005
the next error appeared after running up2date:

Fatal Python error: could not import gnomevfs
Geannuleerd

Version-Release number of selected component (if applicable):
up2date-4.3.69-1

How reproducible:
Always

Steps to Reproduce:
1.run up2date from bash
2.
3.
    

Actual Results:  Fatal Python error: could not import gnomevfs
Geannuleerd

Expected Results:  gui from up2date

Additional info:

Comment 1 scott white 2005-02-09 20:55:16 UTC
trying to run system-config-network I get the same error:

Fatal Python error: could not import gnomevfs

running fedora rawhide

# rpm -qa | grep vfs
gnome-vfs-1.0.5-21
gnome-vfs2-smb-2.9.90-1
gnome-vfs-extras-0.2.0-9
gnome-vfs2-2.9.90-1
gnome-vfs2-devel-2.9.90-1

# rpm -qa | grep python
gnome-python2-canvas-2.9.4-2
dbus-python-0.23-4
gnome-python2-gtkhtml2-2.9.3-1
python-2.4-3
gnome-python2-gconf-2.9.4-2
gnome-python2-extras-2.9.3-1
rpm-python-4.3.3-8
libxml2-python-2.6.17-1
python-devel-2.4-3
mod_python-3.1.3-8
gnome-python2-bonobo-2.9.4-2
gnome-python2-2.9.4-2

# rpm -q system-config-network
system-config-network-1.3.22-1

also, system-config-printer does the same, and I suspect others as well

--scott



Comment 2 Jef Spaleta 2005-02-10 04:51:55 UTC
I think i found the underlying error in the ui.so file provided by 
gnome-python2-2.9.4-2 package

strings /usr/lib/python2.4/site-packages/gtk-2.0/gnome/ui.so |grep
gnomevfs
libgnomevfs-2.so.0
could not import gnomevfs


start up the python shell and try this
>>> from gnome.ui import *
Fatal Python error: could not import gnomevfs
Aborted

This probably needs to be reassigned to gnome-python2 package.

-jef

Comment 3 Jef Spaleta 2005-02-10 05:09:52 UTC
okay i just confirmed it... i hacked up a rebuild of the gnome-python2
in fc3 against python2.4 and install those packages.

I can now get python based applications to work again including 
up2date and system-config-network 

The 'could not import gnomevfs' is almost certaintly in the ui.so from
gnome-python2 in the development tree but i don't know exactly whats
wrong with it.

This really should be refiled against gnome-python2
-jef

Comment 4 Clyde E. Kunkel 2005-02-15 21:27:28 UTC
yum install gnome-python2-gnomevfs from rawhide

fixed the problem for me.

Comment 5 H. van de Kolk 2005-02-16 10:45:26 UTC
the problem is indeed solved by installing gnome-python-gnomevfs from
rawhide.
This rpm should have been installed as a dependancy. 

Comment 6 John (J5) Palmieri 2005-05-19 19:03:55 UTC
This has been fixed for awhile:

Requires: gnome-python2-gnomevfs

is in the 2.10.0-1 spec file.



*** This bug has been marked as a duplicate of 149085 ***


Note You need to log in before you can comment on or make changes to this bug.