I had KedPM working fine in Tiger. Now on Leopard it is not working. I know there are some issues with the new Implementation of X11, so I have got Tiger X11 installed now (using these instructions: http://lists.apple.com/archives/x11-users/2007/Nov/msg00005.html), but still getting the same errors. Running KedPM in X11 gives this output: Traceback (most recent call last): File "/opt/local/bin/kedpm", line 67, in <module> main(sys.argv[1:]) File "/opt/local/bin/kedpm", line 57, in main app = frontendFactory(frontend) File "/opt/local/lib/python2.5/site-packages/kedpm/frontends/__init__.py", line 35, in frontendFactory from kedpm.frontends.gtk.app import Application File "/opt/local/lib/python2.5/site-packages/kedpm/frontends/gtk/__init__.py", line 4, in <module> import gtk.glade File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-gtk/work/destroot/opt/local/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 38, in <module> File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-gobject/work/destroot/opt/local/lib/python2.5/site-packages/gtk-2.0/gobject/__init__.py", line 30, in <module> File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-gobject/work/destroot/opt/local/lib/python2.5/site-packages/gtk-2.0/gobject/constants.py", line 22, in <module> ImportError: dlopen(/opt/local/lib/python2.5/site-packages/gtk-2.0/gobject/_gobject.so, 2): Symbol not found: _PyGBoxed_Type Referenced from: /opt/local/lib/python2.5/site-packages/gtk-2.0/gobject/_gobject.so Expected in: flat namespace Is there anyway to get it running? Thanks