Bug 198927

Summary: Undefined symbol in gnomevfs python module
Product: [Fedora] Fedora Reporter: Luke Macken <lmacken>
Component: gnome-python2Assignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: harald, jkeck, pfrields, redhat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-19 15:17:57 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:
Bug Depends On:    
Bug Blocks: 150224    

Description Luke Macken 2006-07-14 19:16:57 UTC
gnome-python2-gnomevfs-2.15.4-1

[lmacken@crow ~]$ python
Python 2.4.3 (#1, Jul 12 2006, 19:35:31) 
[GCC 4.1.1 20060711 (Red Hat 4.1.1-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnomevfs
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.4/site-packages/gtk-2.0/gnomevfs.so: undefined
symbol: gnome_vfs_mime_get_all_components

Comment 1 Harald Hoyer 2006-07-18 14:01:17 UTC
system-config-network and system-config-httpd do run without this, cause they
use gnome.ui.About()

$ python -c 'import gnome.ui'
Fatal Python error: could not import gnomevfs


Comment 2 Harald Hoyer 2006-07-18 14:54:01 UTC
moving on FC6Blocker

Comment 3 Harald Hoyer 2006-07-18 15:42:31 UTC
replaced gnome.ui.About() with gtk.AboutDialog() .. worksforme

but, as soon as I load glade files with GnomeDruids, I have to import gnome.ui,
otherwise, I cannot access any methods.

File "system-config-network/src/netconfpkg/gui/NewInterfaceDialog.py", line 111,
in on_start_page_prepare
    self.druid.set_buttons_sensitive (False, True, True, True)
AttributeError: '__main__.GnomeDruid' object has no attribute
'set_buttons_sensitive'

Comment 4 Ray Strode [halfline] 2006-07-19 15:17:57 UTC
should be fixed with latest libbonobo

Comment 5 Ryan Skadberg 2006-07-19 15:38:38 UTC
Works for me.

Comment 6 Harald Hoyer 2006-07-20 12:02:59 UTC
works with libbonobo-2.15.0