Bug 290 - Helper.Install (node) does not work
Helper.Install (node) does not work
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: python bindings
pre-release
All All
: P3 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-15 14:23 EDT by Mathieu Lacage
Modified: 2008-11-12 15:33 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2008-08-15 14:23:48 EDT
The python bindings seem to ignore the implicit conversion of Ptr<Node> to NodeContainer when calling one of the Install methods.
Comment 1 Gustavo J. A. M. Carneiro 2008-08-16 07:03:28 EDT
Confirmed.  Implicit conversions via non-explicit constructors are not supported yet in PyBindGen.  In the mean time, there's a workaround.