Package Details: pypeek-git r1540.4e0fce8-4

Git Clone URL: https://aur.archlinux.org/pypeek-git.git (read-only, click to copy)
Package Base: pypeek-git
Description: Simple animated GIF screen recorder with an easy to use interface
Upstream URL: https://github.com/firatkiral/pypeek
Keywords: animation capture gif mp4 record recorder screen screenshot video webm
Licenses: GPL3
Conflicts: pypeek
Provides: pypeek
Submitter: D3SOX
Maintainer: D3SOX
Last Packager: D3SOX
Votes: 1
Popularity: 0.000388
First Submitted: 2023-03-03 11:35 (UTC)
Last Updated: 2023-03-03 12:48 (UTC)

Latest Comments

ak2021 commented on 2023-03-05 22:13 (UTC)

@D3SOX I'm using Manjaro. I added the python packages via pip

D3SOX commented on 2023-03-05 20:17 (UTC)

@ak2021 What distro are you using? Neither pyside6-essential nor pyside6-addons exists in the Arch repos

ak2021 commented on 2023-03-04 14:39 (UTC)

I fixed it, uninstalled pyside6-essential and pyside6-addons then installed it again. Now it's working fine.

ak2021 commented on 2023-03-04 14:34 (UTC)

Traceback (most recent call last):
  File "/usr/bin/pypeek", line 5, in <module>
    from pypeek import show
  File "/usr/lib/python3.10/site-packages/pypeek/__init__.py", line 2, in <module>
    from .main import *
  File "/usr/lib/python3.10/site-packages/pypeek/main.py", line 4, in <module>
    from .drawover import DrawOver
  File "/usr/lib/python3.10/site-packages/pypeek/drawover.py", line 2, in <module>
    from PySide6.QtWidgets import *
ModuleNotFoundError: No module named 'PySide6.QtWidgets'

D3SOX commented on 2023-03-04 14:21 (UTC)

@ak2021 Worked fine for me without sudo. Any error message?

ak2021 commented on 2023-03-04 14:12 (UTC)

Can only start pypeek on terminal with sudo.