Package Details: python-pycaption 2.2.15-1

Git Clone URL: https://aur.archlinux.org/python-pycaption.git (read-only, click to copy)
Package Base: python-pycaption
Description: Python module to read/write popular video caption formats
Upstream URL: https://github.com/pbs/pycaption
Licenses: Apache
Submitter: bitwave
Maintainer: Vekhir
Last Packager: Vekhir
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-06 13:14 (UTC)
Last Updated: 2024-11-12 03:27 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

simona commented on 2021-12-16 14:06 (UTC)

ImportError while importing test module '/home/simona/.cache/yay/python-pycaption/src/pycaption-2.0.3/tests/test_base.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/init.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_base.py:3: in <module>
from pycaption.base import CaptionList, Caption pycaption/init.py:6: in <module> from .sami import SAMIReader, SAMIWriter pycaption/sami.py:47: in <module> from cssutils import parseString, log, css as cssutils_css
E ModuleNotFoundError: No module named 'cssutils'