From f75fbc151212c2a780608e6d5b05bcc1d7c9d056 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 12 Oct 2008 14:40:26 +0100 Subject: [PATCH] Upgrade to pybindgen rev. 598, to fix bug #291. --- bindings/python/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 9b37f64a7..9989afe00 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -22,7 +22,7 @@ else: os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 595) +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 598) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) @@ -414,6 +414,7 @@ def build(bld): bindgen.command_is_external = True bindgen.stderr = 'ns3modulegen.log' bindgen.argv = [ + #'-m', 'pdb', bindgen.input_file("ns3modulegen.py"), bindgen.output_file("ns3module.cc"), ]