Bugzilla – Bug 723
Python bindings not fully up to date
Last modified: 2009-10-20 15:38:02 UTC
gjc@dark-tower:flowmon$ python wifi-olsr-flowmon.py Traceback (most recent call last): File "wifi-olsr-flowmon.py", line 170, in <module> sys.exit(main(sys.argv)) File "wifi-olsr-flowmon.py", line 50, in main list_routing = ns3.Ipv4ListRoutingHelper() TypeError: class 'Ipv4ListRoutingHelper' cannot be constructed (have pure virtual methods but no helper class) This could (perhaps) be due to need to rescan Python bindings.
Hmm.. apparently rescanning doesn't solve it. I have to look into this with more detail...
Created attachment 632 [details] patch It was a trivial bug in pybindgen. Pybindgen upgrade required.