{"record":{"id":"7111600bfa5acc54","repo":"sqlmapproject/sqlmap","slug":"missing-dependence-s","errorCode":null,"errorMessage":"missing dependence ('%s')","messagePattern":"missing dependence \\('(.+?)'\\)","errorType":"exception","errorClass":"SqlmapMissingDependence","httpStatus":null,"severity":"error","filePath":"lib/utils/gui.py","lineNumber":1908,"sourceCode":"            except Exception:\n                pass\n        self._cleanupConfigFile(self.processConfigFile)\n        try:\n            self.window.destroy()\n        except Exception:\n            pass\n\n\ndef runGui(parser):\n    try:\n        from thirdparty.six.moves import tkinter as _tkinter\n        from thirdparty.six.moves import tkinter_scrolledtext as _scrolledtext\n        from thirdparty.six.moves import tkinter_ttk as _ttk\n        from thirdparty.six.moves import tkinter_messagebox as _messagebox\n        from thirdparty.six.moves import tkinter_filedialog as _filedialog\n        from thirdparty.six.moves import tkinter_font as _font\n    except ImportError as ex:\n        raise SqlmapMissingDependence(\"missing dependence ('%s')\" % getSafeExString(ex))\n\n    app = SqlmapGui(parser, _tkinter, _ttk, _scrolledtext, _messagebox, _filedialog, _font)\n    app.window.mainloop()\n","sourceCodeStart":1890,"sourceCodeEnd":1912,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/utils/gui.py#L1890-L1912","documentation":"Error \"missing dependence ('%s')\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/utils/gui.py:1908 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"0a35b20e3953d341be6c7ac75ccb0b3362540c8d","analyzedAt":"2026-08-26T23:02:52.002Z","schemaVersion":2},"datasetVersion":"2026-08-27T03:17:27.898Z"}