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
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
moving on FC6Blocker
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'
should be fixed with latest libbonobo
Works for me.
works with libbonobo-2.15.0