Package Details: gscreenshot 3.5.0-1

Git Clone URL: https://aur.archlinux.org/gscreenshot.git (read-only, click to copy)
Package Base: gscreenshot
Description: A simple screenshot tool supporting multiple backends
Upstream URL: https://github.com/thenaterhood/gscreenshot
Licenses: GPL
Submitter: thenaterhood
Maintainer: thenaterhood
Last Packager: thenaterhood
Votes: 20
Popularity: 0.000090
First Submitted: 2015-09-06 22:19 (UTC)
Last Updated: 2024-03-17 02:51 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

w4rum commented on 2019-12-22 14:45 (UTC)

@Squiffy: Had the same problem, it's not your machine.

As thenaterhood speculated, it's a problem with cached builds. Doing a clean install (yay will ask for it when doing yay -S gscreenshot) fixes the problem.

Squiffy commented on 2019-11-26 10:45 (UTC) (edited on 2019-11-26 10:50 (UTC) by Squiffy)

That's odd, I tried the same and still have the issue.

If no other are reporting the issue I'll accept it may just be my machine. Thanks for looking into it!

edit: this time I reinstalled gscreenshot without uninstalling first and it worked, thanks for making me tripple check!

thenaterhood commented on 2019-11-23 02:34 (UTC)

Squiffy: I updated my Python and ran into the error you're seeing. Reinstalling gscreenshot fixed it for me.

thenaterhood commented on 2019-11-22 12:56 (UTC)

Acknowledged! I'll look into it. Thanks for the report, Squiffy!

Squiffy commented on 2019-11-18 10:35 (UTC) (edited on 2019-11-18 10:39 (UTC) by Squiffy)

$ gscreenshot
Traceback (most recent call last):
  File "/usr/bin/gscreenshot", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'gscreenshot==2.10.2' distribution was not found and is required by the application

AlexWayfer commented on 2018-09-17 13:57 (UTC)

It's working now, thanks!

thenaterhood commented on 2018-09-17 02:47 (UTC)

I made a minor change which I'm hoping will prevent Python from caching builds, which I suspect might be the problem. After doing a build from scratch I stopped seeing the problem. Give it a shot.

AlexWayfer commented on 2018-09-13 07:20 (UTC)

Thanks, I'm waiting.

thenaterhood commented on 2018-09-13 01:11 (UTC)

Gotcha. I can replicate this as well, so it's not just you. Interestingly, I get the same error from pip, which makes me very concerned that something isn't right. I'm investigating.

AlexWayfer commented on 2018-09-11 07:00 (UTC)

By any chance, if you've recently updated your Python version, have you tried reinstalling?

Yep, I tried twice — the same.