Package Details: python-quamash-git 20150919-1

Git Clone URL: https://aur.archlinux.org/python-quamash-git.git (read-only, click to copy)
Package Base: python-quamash-git
Description: Implementation of the asyncio (PEP 3156) event-loop with Qt
Upstream URL: https://github.com/harvimt/quamash
Licenses: BSD
Conflicts: python-quamash
Provides: python-quamash
Submitter: Mikos
Maintainer: Mikos
Last Packager: Mikos
Votes: 6
Popularity: 0.000000
First Submitted: 2014-09-26 13:56 (UTC)
Last Updated: 2015-11-02 19:02 (UTC)

Latest Comments

MarsSeed commented on 2023-05-30 11:00 (UTC)

The mentioned problem is supposed to have been fixed in the last commit on master branch (Dec 21, 2021).

jose1711 commented on 2021-12-14 22:42 (UTC)

while building:

Traceback (most recent call last):
  File "/home/jose/tmp/python-quamash-git/src/quamash/setup.py", line 2, in <module>
    import quamash
  File "/home/jose/tmp/python-quamash-git/src/quamash/quamash/__init__.py", line 594, in <module>
    from ._unix import _SelectorEventLoop
  File "/home/jose/tmp/python-quamash-git/src/quamash/quamash/_unix.py", line 44, in <module>
    class _SelectorMapping(collections.Mapping):
AttributeError: module 'collections' has no attribute 'Mapping'