[IronPython] unicode problem with vmware api

jean-marc pouchoulon jeanmarc.pouchoulon at gmail.com
Fri Sep 12 01:08:05 CEST 2008


>
> >>>help(diagMgr.BrowseDiagnosticLog) 


print diagMgr.BrowseDiagnosticLog.__doc__ is better
'DiagnosticManagerLogHeader BrowseDiagnosticLog(self, 
ManagedObjectReference host, str key, Nullable[int] start, Nullable[int] 
lines)'


diagMgrLog = diagMgr.BrowseDiagnosticLog(phy5.MoRef, "hostd", 999999999, 
None)
 >>>diagMgrLog
<DiagnosticManagerLogHeader object at 0x000000000000002C>

thanks it works









More information about the Ironpython-users mailing list