Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32382 > unrolled thread
| Started by | David Robinow <drobinow@gmail.com> |
|---|---|
| First post | 2012-10-29 11:18 -0400 |
| Last post | 2012-10-29 11:18 -0400 |
| 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.
Re: SSH Connection with Python David Robinow <drobinow@gmail.com> - 2012-10-29 11:18 -0400
| From | David Robinow <drobinow@gmail.com> |
|---|---|
| Date | 2012-10-29 11:18 -0400 |
| Subject | Re: SSH Connection with Python |
| Message-ID | <mailman.3017.1351523921.27098.python-list@python.org> |
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]
Back to top | Article view | comp.lang.python
csiph-web