Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run on Debian 8 #278

Closed
PayasR opened this issue Jan 6, 2016 · 1 comment
Closed

Unable to run on Debian 8 #278

PayasR opened this issue Jan 6, 2016 · 1 comment

Comments

@PayasR
Copy link

PayasR commented Jan 6, 2016

I installed hamster from the hamster_stable branch, but i get this error on startup:

Traceback (most recent call last):
File "/usr/local/bin/hamster", line 387, in
hamster_client.overview()
File "/usr/local/bin/hamster", line 152, in overview
self._launch_window("overview")
File "/usr/local/bin/hamster", line 143, in _launch_window
getattr(server, window_name)()
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in call
return self._proxy_method(_args, *_keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in call
*_keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.KeyError: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 707, in _message_cb
retval = candidate_method(self, *args, *_keywords)
File "/usr/local/lib/hamster-time-tracker/hamster-windows-service", line 38, in overview
def overview(self): dialogs.overview.show(self.app)
File "/usr/local/lib/python2.7/dist-packages/hamster/lib/configuration.py", line 149, in show
dialog = self.get_dialog_class()(parent, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/hamster/overview.py", line 395, in init
self.fact_tree = FactTree()
File "/usr/local/lib/python2.7/dist-packages/hamster/widgets/facttree.py", line 219, in init
self.date_label = Label(10, 3)
File "/usr/local/lib/python2.7/dist-packages/hamster/widgets/facttree.py", line 59, in init
self.layout = pangocairo.create_layout(self._label_context)
KeyError: 'could not find foreign type Context'

@PayasR
Copy link
Author

PayasR commented Jan 6, 2016

Apparently I was missing python-gi-cairo package on my system. @toupeira please add this in the README.md

Similar issue here:
Ref: openpaperwork/paperwork#283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant