|
Bugzilla – Full Text Bug Listing |
| Summary: | Python bindings not fully up to date | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Component: | python bindings | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | craigdo |
| Priority: | P1 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
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.
|
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.