Bug 290

Summary: Helper.Install (node) does not work
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: python bindingsAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: craigdo, gjcarneiro, ns-bugs
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

Description Mathieu Lacage 2008-08-15 14:23:48 UTC
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 UTC
Confirmed.  Implicit conversions via non-explicit constructors are not supported yet in PyBindGen.  In the mean time, there's a workaround.