Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75371 > unrolled thread

Re: Unable to find ssh library supporting python 3.1

Started byChris “Kwpolska” Warrick <kwpolska@gmail.com>
First post2014-07-30 14:28 +0200
Last post2014-07-30 14:28 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Unable to find ssh library supporting python 3.1 Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-30 14:28 +0200

#75371 — Re: Unable to find ssh library supporting python 3.1

FromChris “Kwpolska” Warrick <kwpolska@gmail.com>
Date2014-07-30 14:28 +0200
SubjectRe: Unable to find ssh library supporting python 3.1
Message-ID<mailman.12433.1406723300.18130.python-list@python.org>
On Wed, Jul 30, 2014 at 1:49 PM, Chirag Dhyani <chiragdhyani@gmail.com> wrote:
> Hi,
>
> Could you suggest me ssh library supporting python 3.1, to a surprise I
> checked pramiko, fabric, etc etc and no one does. even workaround with
> plumbum but not helpful. We have a project entirely on python 3.1 and now we
> are stuck with ssh.
>
> Please help
>
> Thank you
> ~Chi

Python 3.1.0 celebrated its fifth birthday on Sunday.  You should not
be using software that old.  There is no real reason to do so,
especially because modern versions of the 3.x series are generally
backwards compatible with each other.

Instead, upgrade to the most recent version, 3.4.1, which is happily
supported by Paramiko.  Many Python 3-compatible libraries
dropped/never had support for 3.0—3.2 due to
<http://legacy.python.org/dev/peps/pep-0414/>, which makes porting
between Python 2 and 3 much easier.

-- 
Chris “Kwpolska” Warrick <http://chriswarrick.com/>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web