Upgrade to pybindgen rev. 598, to fix bug #291.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 12 Oct 2008 14:40:26 +0100
changeset 3742 3fd36a505c0e
parent 3741 dae14c4979dd
child 3743 d0cf214d050c
Upgrade to pybindgen rev. 598, to fix bug #291.
bindings/python/wscript
--- a/bindings/python/wscript	Fri Oct 10 15:01:20 2008 -0700
+++ b/bindings/python/wscript	Sun Oct 12 14:40:26 2008 +0100
@@ -22,7 +22,7 @@
     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 @@
         bindgen.command_is_external = True
         bindgen.stderr = 'ns3modulegen.log'
         bindgen.argv = [
+            #'-m', 'pdb',
             bindgen.input_file("ns3modulegen.py"),
             bindgen.output_file("ns3module.cc"),
             ]