#11118 closed defect (fixed)
py-gtk py-gnome meld
Reported by: | daveh@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.4 |
Keywords: | python bus error dbus | Cc: | |
Port: |
Description
Meld dies with a buss Error. This seems to be related to gconfd starting python and typing import prefs will cause a buss error.
Attachments (2)
Change History (10)
Changed 18 years ago by daveh@…
comment:1 Changed 18 years ago by daveh@…
gnome-session gives the error:
There was an error starting the GNOME Settings Daemon.
Some things, such as themes, sounds, or background settings may not work correctly.
The last error message was:
Unable to determine the address of the message bus
GNOME will still try to restart the Settings Daemon next time you log in
comment:2 Changed 18 years ago by daveh@…
after getting dbus going properly gnome-session now works but meld still dies with the same error. starting python from a console in the meld directory and typing import prefs causes a buss error
comment:3 Changed 18 years ago by daveh@…
import prefs
# prefs.pyc matches prefs.py import prefs # precompiled from prefs.pyc import gobject # directory /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject import gobject # from /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject/init.py # can't create /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject/init.pyc import gobject._gobject # dynamically loaded from /opt/local/lib/python2.4/site-packages/gtk-2.0/gobject/_gobject.so Bus error
comment:4 Changed 18 years ago by rhwood@…
Keywords: | dbus added |
---|
All versions of DBUS are known to have severe problems running on Mac OS X at this point in time. This is most likely one of those problems.
comment:5 Changed 18 years ago by daveh@…
not a dbus error the error is bus error is very easy to reproduce with the following start python python then type the line import gconf python2.4 Python 2.4.3 (#1, Dec 5 2006, 13:20:37) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import gconf
Bus error
comment:6 Changed 18 years ago by yves@…
Milestone: | → Port Bugs |
---|---|
Version: | 1.3.2 → 1.4 |
should be fixed with changeset:23297
comment:7 Changed 18 years ago by yves@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
no news = good news
ktrace of python die on import