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


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

Re: SSH Connection with Python

Started byGelonida N <gelonida@gmail.com>
First post2012-10-29 22:44 +0100
Last post2012-10-29 22:44 +0100
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: SSH Connection with Python Gelonida N <gelonida@gmail.com> - 2012-10-29 22:44 +0100

#32422 — Re: SSH Connection with Python

FromGelonida N <gelonida@gmail.com>
Date2012-10-29 22:44 +0100
SubjectRe: SSH Connection with Python
Message-ID<mailman.3047.1351547061.27098.python-list@python.org>
On 10/29/2012 04:18 PM, David Robinow wrote:
> On Sun, Oct 28, 2012 at 4:09 PM, Gelonida N <gelonida@gmail.com> wrote:
>> The only thing I'm concerned about paramiko is, that I don't see any
>> activity on the paramiko site and that one library it depends on is not
>> available is windows binary package for newer versions of python.
>>
>   I don't understand why this is a problem.
> \python27\python setup.py install     #for pycrypto & paramiko
> \python27\python test.py   # for paramiko
>
> Works for me.  Of course, you need  Visual C++ 2008, but the free
> express edition is sufficient, and you should have that anyway if
> you're doing Windows development. If that's too hard for you, try
> http://www.serenethinking.com/bitlift/download.html
> [not my site, no guarantees]

It's not a problem. It's an inconvenience.

We're having multiple PCs. Many of the PC owners don't want to write any 
C-code and don't want to be bothered with registering at Microsoft just 
to install a module and using a library.

Normally my preferred approach is, that somebody wanting to use any 
library, that I wrote)  can install all dependencies  by:

- Installing Python
- installing easy_install (and pip)
and be able to install all the rest with easy_install

Using a library, that forces users to have to install MS-VC or mingw or 
to install binaries from non-pypy sites is something I try to avoid.

My next preferred approach would be to bundle such dependencies by 
myself, but this would involve to check all the legal stuff of each 
library to see whether this is possible or not, etc . . .


Apart from that I consider the existence of Windows binary packages as
kind of an indicator of the health/popularity of a package and whether 
it has been used sufficiently under Windows to be considered working 
well under Windows.







[toc] | [standalone]


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


csiph-web