$ PYTHONPATH=. python cgi-bin/zim.cgi INFO:zim.templates:Loading template from: /home/connolly/src/zim-cgi-dep/data/templates/html/Default.html ERROR:zim:Failed to load plugin calendar Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 359, in load_plugin klass = zim.plugins.get_plugin(name) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 17, in get_plugin mod = __import__('zim.plugins.'+pluginname) File "/home/connolly/src/zim-cgi-dep/zim/plugins/calendar.py", line 12, in from zim.gui import Dialog File "/home/connolly/src/zim-cgi-dep/zim/gui/__init__.py", line 234 gobject.GObject.__init__(self) ^ SyntaxError: invalid syntax ERROR:zim:Failed to load plugin diagrameditor Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/diagrameditor.py", line 57, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' ERROR:zim:Failed to load plugin linkmap Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/linkmap/__init__.py", line 30, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' ERROR:zim:Failed to load plugin printtobrowser Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/printtobrowser.py", line 49, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' ERROR:zim:Failed to load plugin spell Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/spell.py", line 57, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' ERROR:zim:Failed to load plugin tasklist Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/tasklist.py", line 69, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' ERROR:zim:Failed to load plugin trayicon Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/trayicon.py", line 34, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' ERROR:zim:Failed to load plugin versioncontrol Traceback (most recent call last): File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 360, in load_plugin plugin = klass(self) File "/home/connolly/src/zim-cgi-dep/zim/plugins/versioncontrol/__init__.py", line 74, in __init__ PluginClass.__init__(self, ui) File "/home/connolly/src/zim-cgi-dep/zim/plugins/__init__.py", line 105, in __init__ self.ui.connect_after('open-notebook', self._merge_uistate) AttributeError: 'WWWInterface' object has no attribute 'connect_after' Traceback (most recent call last): File "cgi-bin/zim.cgi", line 42, in CGIHandler().run(WWWInterface(**config)) File "/home/connolly/src/zim-cgi-dep/zim/www.py", line 99, in __init__ self.open_notebook(notebook) File "/home/connolly/src/zim-cgi-dep/zim/www.py", line 102, in open_notebook NotebookInterface.open_notebook(self, notebook) File "/home/connolly/src/zim-cgi-dep/zim/__init__.py", line 416, in open_notebook self.emit('open-notebook', nb) AttributeError: 'WWWInterface' object has no attribute 'emit'