Bug 198927
| Summary: | Undefined symbol in gnomevfs python module | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Luke Macken <lmacken> |
| Component: | gnome-python2 | Assignee: | John (J5) Palmieri <johnp> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 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 | ||
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 |
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