Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 198927 - Undefined symbol in gnomevfs python module
Summary: Undefined symbol in gnomevfs python module
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-python2
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-07-14 19:16 UTC by Luke Macken
Modified: 2016-09-20 02:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-19 15:17:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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