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

2009-02-25 Thread Christian Muirhead
Hi jean-marc - This looks like an Ironclad bug - we're looking into it now. It might be something simple to fix, or quite complicated; Ironclad's still a work in progress, and there are lots of parts of the Python C API that aren't implemented yet. I'll let you know when we've got a better

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 Dino Viehland
- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of jean-marc pouchoulon Sent: Monday, February 23, 2009 3:35 PM To: users@lists.ironpython.com Subject: [IronPython] searching ssh client library working with ironpython Hi, I want

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