https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287800
Max Brazhnikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Max Brazhnikov <[email protected]> --- 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.
