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

typeerror when executing jot #8

Open
Hans-Maulwurf opened this issue Dec 13, 2016 · 0 comments
Open

typeerror when executing jot #8

Hans-Maulwurf opened this issue Dec 13, 2016 · 0 comments

Comments

@Hans-Maulwurf
Copy link

When I try to use jotmuch jot bookmark https://www.google.de , i get error

Traceback (most recent call last): File "./jot", line 421, in <module> @click.argument('terms', nargs=-1, default='*', required=False) File "/usr/lib/python2.7/site-packages/click/decorators.py", line 151, in decorator _param_memo(f, ArgumentClass(param_decls, **attrs)) File "/usr/lib/python2.7/site-packages/click/core.py", line 1695, in __init__ raise TypeError('nargs=-1 in combination with a default value ' TypeError: nargs=-1 in combination with a default value is not supported.

I'm on Arch Linux and the line
gcc urlsnap.c $(pkg-config --cflags --libs webkit2gtk-3.0) -o urlsnap
didnt work, i used
gcc urlsnap.c $(pkg-config --cflags --libs webkit2gtk-4.0) -o urlsnap

Any hints to get jotmuch working properly?

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