[IronPython] SystemError: A specified parameter was not correct (vmware api soap call)

2009-05-21 Thread jean-marc pouchoulon
hello ironpythonlist, I'm using IronPython 2.0.1 with Vmware API et got an error on a soap call. the code at http://www.ronnie-midnight-oil.net/2008_06_01_archive.html is working , but I want to use also VimApi.TraversalSpec() object in my code and got an error. File VimService2005, line

Re: [IronPython] searching ssh client library working with ironpython

2009-02-25 Thread jean-marc pouchoulon
Christian Muirhead a écrit : Hi jean-marc - Hi christian, I'll let you know when we've got a better idea of what's going on. Ok thanks a lot for all your answers. jean-marc ___ Users mailing list Users@lists.ironpython.com

Re: [IronPython] searching ssh client library working with ironpython

2009-02-24 Thread jean-marc pouchoulon
Dino Viehland a écrit : Can you run w/ the -X:ExceptionDetail command line option the for the import Crypt / from Crypto import * and report back the stack trace you get? here it is C:\Users\\SDK\ironclad-v0.8.1-bin\buildC:\Program Files\IronPython 2.0\ipy.exe -X:ExceptionDetail

[IronPython] searching ssh client library working with ironpython

2009-02-23 Thread jean-marc pouchoulon
Hi, I want to do ssh (client side ) with ironpython. Nothing really simple found on the web to do that or I miss it. I try to use paramiko with ironclad but ... import ironclad import paramiko Traceback (most recent call last): File , line unknown, in module File Snippets.scripting, line

[IronPython] unicode problem with vmware api

2008-09-11 Thread jean-marc pouchoulon
was not correct. key I read that ironpython has only unicode string and I suppose that the problem is here. is there is a way to transform hostd in byte strings ? thanks for your help. jean-marc pouchoulon ___ Users mailing list Users@lists.ironpython.com

Re: [IronPython] unicode problem with vmware api

2008-09-11 Thread jean-marc pouchoulon
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 .net The C# code looks like that: DiagnosticManager diagMgr

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,