Suggest design to accomodate non-unix platforms ?

Dan Stromberg drsalists at gmail.com
Wed Apr 18 17:11:58 EDT 2012


On Wed, Apr 18, 2012 at 7:02 AM, Richard Shea <shearichard at gmail.com> wrote:

> On Apr 19, 1:56 am, Irmen de Jong <irmen.NOS... at xs4all.nl> wrote:
> > On 18-4-2012 15:35, Richard Shea wrote:
> >
> > > ... which I think would work and be sufficiently flexible to deal with
> > > alternatives to putty.exe but is there a more established (...
> > > better !) way of doing this stuff ?
> >
> > Perhaps install Cygwin and use its ssh.exe?
> > Or use the paramiko library? (which, I believe, implements SSH directly)
> >
> > Irmen
>
> OK I didn't know about Paramiko, that looks good - I will investigate.
> I didn't want to go to as far as Cygwin because it's a bit much to
> make that a requirement when installing a library.
>
Something to consider:  Paramiko is Python 2.x only, last I heard.  Now may
not be the best time to take a dependency on something that doesn't run on
3.x.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120418/fb6aca03/attachment.html>


More information about the Python-list mailing list