Skip to content

Instantly share code, notes, and snippets.

@schwanksta
Created August 4, 2009 22:06
Show Gist options
  • Save schwanksta/162026 to your computer and use it in GitHub Desktop.
Save schwanksta/162026 to your computer and use it in GitHub Desktop.
kschwen@kschwen-desktop:~/Dev/pida-main$ ./run-pida.py
/home/kschwen/Dev/pida-main/pida/resources/data/gtkrc-2.0:5: Unable to locate image file in pixmap_path: "terminal.png"
15:04:57 dbus.connection Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/dbus/connection.py", line 214, in maybe_handle_message
self._handler(*args, **kwargs)
File "/home/kschwen/Dev/pida-main/pida/editors/vim/vim.py", line 52, in vim_VimEnter
self.svc._emit_editor_started()
File "/home/kschwen/Dev/pida-main/pida/editors/vim/vim.py", line 141, in _emit_editor_started
self.boss.get_service('editor').emit('started')
File "/home/kschwen/Dev/pida-main/pida/core/service.py", line 144, in emit
self.events.emit(name, **kw)
File "/home/kschwen/Dev/pida-main/pida/core/events.py", line 21, in emit
callback(**kw)
File "/home/kschwen/Dev/pida-main/pida/services/project/project.py", line 175, in editor_started
self.svc.set_last_project()
File "/home/kschwen/Dev/pida-main/pida/services/project/project.py", line 568, in set_last_project
for project in self._projects:
AttributeError: 'ProjectService' object has no attribute '_projects'
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment