Package Details: python-pyqrcode 1.2.1-10

Git Clone URL: https://aur.archlinux.org/python-pyqrcode.git (read-only, click to copy)
Package Base: python-pyqrcode
Description: QR code generator written purely in Python with SVG, EPS, PNG and terminal output
Upstream URL: https://github.com/mnooner256/pyqrcode
Licenses: BSD-3-Clause
Submitter: Auerhuhn
Maintainer: Auerhuhn
Last Packager: Auerhuhn
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-19 20:21 (UTC)
Last Updated: 2026-03-19 20:21 (UTC)

Latest Comments

lucaswerkmeister commented on 2026-05-12 18:51 (UTC)

checkdepends should include tk, one of the tests won’t work without it:

Test XBM renderer is compatible with Tkinter ... ERROR

======================================================================
ERROR: Test XBM renderer is compatible with Tkinter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/lucas/.cache/aurman/python-pyqrcode/src/pyqrcode-674a77b5eaf850d063f518bd90c243ee34ad6b5d/tests/test_xbm.py", line 69, in test_xbm_with_tkinter
    import Tkinter as tkinter
ModuleNotFoundError: No module named 'Tkinter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/nose/case.py", line 201, in runTest
    self.test(*self.arg)
    ~~~~~~~~~^^^^^^^^^^^
  File "/home/lucas/.cache/aurman/python-pyqrcode/src/pyqrcode-674a77b5eaf850d063f518bd90c243ee34ad6b5d/tests/test_xbm.py", line 71, in test_xbm_with_tkinter
    import tkinter
  File "/usr/lib/python3.14/tkinter/__init__.py", line 38, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
    ^^^^^^^^^^^^^^^
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory