1 | | I too am experiencing this problem. |
| 1 | I too am experiencing this problem with meld under MacOS 10.9: |
| 2 | |
| 3 | wdc-home-2:gnucash wdc$ !meld |
| 4 | meld JTROS_Cash.csv.save JTROS_Cash.csv |
| 5 | Couldn't bind the translation domain. Some translations won't work. |
| 6 | 'module' object has no attribute 'bind_textdomain_codeset' |
| 7 | |
| 8 | ** (process:65721): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' |
| 9 | |
| 10 | ** (process:65721): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' |
| 11 | |
| 12 | ** (process:65721): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' |
| 13 | /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gobject/__init__.py:115: Warning: attempting to add an interface (GtkEditable) to class (HistoryFileEntry) after class_init |
| 14 | type_register(cls, namespace.get('__gtype_name__')) |
| 15 | Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! |
| 16 | Traceback (most recent call last): |
| 17 | File "/opt/local/bin/meld", line 178, in <module> |
| 18 | main() |
| 19 | File "/opt/local/bin/meld", line 164, in main |
| 20 | already_running, dbus_app = meld.dbus_service.setup(app) |
| 21 | File "/opt/local/lib/meld/meld/dbus_service.py", line 56, in setup |
| 22 | bus = dbus.SessionBus() |
| 23 | File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/_dbus.py", line 211, in __new__ |
| 24 | mainloop=mainloop) |
| 25 | File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__ |
| 26 | bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) |
| 27 | File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dbus/bus.py", line 122, in __new__ |
| 28 | bus = cls._new_for_bus(address_or_type, mainloop=mainloop) |
| 29 | dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoMemory: Not enough memory |
| 30 | wdc-home-2:gnucash wdc$ ps axwww | grep dbus |
| 31 | 65716 ?? Ss 0:00.01 /opt/local/bin/dbus-daemon --nofork --session |
| 32 | 66022 s001 S+ 0:00.01 grep dbus |
| 33 | |