From 7a76d5fb8cfd3f249cb157ea99ca471fd174356e Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 8 Oct 2020 11:58:48 -0700 Subject: [PATCH] bindings: Print out more helpful error message --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 1cc170a91..a55a1757d 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -206,7 +206,7 @@ def configure(conf): Logs.warn("pybindgen (found %r), (need %r)" % (pybindgen_version, REQUIRED_PYBINDGEN_VERSION)) conf.report_optional_feature("python", "Python Bindings", False, - "PyBindGen version not correct and newer version could not be retrieved") + "PyBindGen found but version %s is not the required version %s" % (pybindgen_version, REQUIRED_PYBINDGEN_VERSION)) return