[Bug 287800] games/kajongg: ModuleNotFoundError: No module named 'qtpy'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 26 09:44:12 BST 2025


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287800

Max Brazhnikov <makc at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |makc at FreeBSD.org

--- Comment #1 from Max Brazhnikov <makc at FreeBSD.org> ---
You need to install either devel/py-qt6-pyqt or devel/pyside6.

However, it still fails with different error:
C: DBCursor_ujDk(/home/makc/.local/share/kajongg/kajongg3.db:SELECT name FROM
sqlite_master WHERE type="table" AND name="general"): ERROR no such column:
"table" - should this be a string literal in single-quotes?
  File "/usr/local/share/kajongg/log.py", line 130, in logMessage
    summary = traceback.StackSummary.extract(_, limit=3, capture_locals=True)
    _ = <generator object walk_stack at 0x3cea02c56c0>
    msg = 'DBCursor_ujDk(/home/makc/.local/share/kajongg/kajongg3.db:SELECT
name FROM sqlite_master WHERE type="table" AND name="general"): ERROR no such
column: "table" - should this be a string literal in single-quotes?'
    prio = 40
    showDialog = True
    showStack = True
    withGamePrefix = True
  File "/usr/local/share/kajongg/log.py", line 146, in logError
    return logMessage(msg, logging.ERROR, True, showStack=showStack,
withGamePrefix=withGamePrefix)
    msg = 'DBCursor_ujDk(/home/makc/.local/share/kajongg/kajongg3.db:SELECT
name FROM sqlite_master WHERE type="table" AND name="general"): ERROR no such
column: "table" - should this be a string literal in single-quotes?'

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list