Package Details: quasselgrep-git r95.g9b6b0bc-4

Git Clone URL: https://aur.archlinux.org/quasselgrep-git.git (read-only, click to copy)
Package Base: quasselgrep-git
Description: Tool for searching quassel logs from the commandline
Upstream URL: https://github.com/fish-face/quasselgrep
Licenses: GPL-2.0-or-later
Conflicts: quasselgrep
Provides: quasselgrep
Submitter: Scimmia
Maintainer: Scimmia
Last Packager: Scimmia
Votes: 2
Popularity: 0.000000
First Submitted: 2017-09-25 17:33 (UTC)
Last Updated: 2024-03-13 01:16 (UTC)

Latest Comments

nl6720 commented on 2021-05-31 16:20 (UTC)

Please add python-psycopg2 to optdepends. It's required to connect to PostgreSQL DB:

Error connecting to database: Cannot connect to a postgres database without psycopg2 installed

zkrx commented on 2020-12-28 22:46 (UTC) (edited on 2020-12-28 22:47 (UTC) by zkrx)

"python2-futures should be python2-future"

So we have in the main repo:

- python-future
- python2-futures

and from the AUR:

- python2-future

Slightly confusing, but installing python2-future from the AUR solves this :).

Scimmia commented on 2020-12-27 01:09 (UTC)

oh, python2-futures should be python2-future. I've actually tried to switch this to python3, but ran into a couple of issues that need addressed upstream and never got back to it, so I hadn't noticed since I'm still running the buggy python3 version.

zkrx commented on 2020-12-26 22:35 (UTC)

quasselgrep fails on my machine for some reason:

Traceback (most recent call last):
  File "/usr/bin/quasselgrep", line 11, in <module>
    load_entry_point('quasselgrep==0.1', 'console_scripts', 'quasselgrep')()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python2.7/site-packages/quasselgrep/__main__.py", line 6, in <module>
    from builtins import object, str
ImportError: No module named builtins