Re: [IronPython] unicode problem with vmware api

2008-09-12 Thread Ronnie Maor
hi jean-marc, I'm also working with vmware API from ironpython and have written a simple wrapper which makes it easier. you might want to give it a try: http://www.ironpython.info/index.php/VimWrap ronnie On Fri, Sep 12, 2008 at 2:08 AM, jean-marc pouchoulon < [EMAIL PROTECTED]> wrote: > > >> >

Re: [IronPython] unicode problem with vmware api

2008-09-11 Thread jean-marc pouchoulon
>>>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",

Re: [IronPython] unicode problem with vmware api

2008-09-11 Thread jean-marc pouchoulon
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jean-marc pouchoulon Sent: Thursday, September 11, 2008 3:35 PM To: users@lists.ironpython.com Subject: [IronPython] unicode problem with vmware api Helo ironpython list , I'm trying to use ironpython with the vi-toolkit api for

Re: [IronPython] unicode problem with vmware api

2008-09-11 Thread Dino Viehland
c__ if you haven't already. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jean-marc pouchoulon Sent: Thursday, September 11, 2008 3:35 PM To: users@lists.ironpython.com Subject: [IronPython] unicode problem with vmware api Helo ironpython list ,

Re: [IronPython] unicode problem with vmware api

2008-09-11 Thread Curt Hagenlocher
C# also has only Unicode strings -- so if this works from C# then it's not likely that Unicode is the problem. On Thu, Sep 11, 2008 at 3:35 PM, jean-marc pouchoulon < [EMAIL PROTECTED]> wrote: > Helo ironpython list , > > I'm trying to use ironpython with the vi-toolkit api for .net > The C# cod

[IronPython] unicode problem with vmware api

2008-09-11 Thread jean-marc pouchoulon
Helo ironpython list , I'm trying to use ironpython with the vi-toolkit api for .net The C# code looks like that: DiagnosticManager diagMgr = (DiagnosticManager) client.GetView(client.ServiceContent.DiagnosticManager, null); DiagnosticManagerLogHeader log = diagMgr.BrowseDiagnosticLog(null, "