Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.05; 'binary': 0.05; 'setup.py': 0.07; 'skip:\\ 10': 0.07; 'cc:addr:python-list': 0.10; 'anyway': 0.11; 'library': 0.15; 'oct': 0.16; 'sufficient,': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'versions': 0.20; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'c++': 0.27; 'newer': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:download': 0.29; "i'm": 0.29; 'install': 0.29; 'received:209.85.210.174': 0.30; 'problem.': 0.32; '2008,': 0.33; 'received:google.com': 0.34; 'doing': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'depends': 0.36; 'development.': 0.36; 'visual': 0.36; 'subject:with': 0.36; 'should': 0.36; 'too': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'free': 0.61; 'gelonida': 0.84; 'pycrypto': 0.84; 'edition': 0.86 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AYWcLnQoRiZstVRLKotWMAD+R+13rHPpFOHfiWZveMg=; b=hHE1AOCKNrIHNbhoDqNkPUYFdKbVCIhV80iQcYQ148fAJkcr5znl5s3HfzAA5A6+qK iUlHcSGrjW03voJeBuoDtYB4oMacHUwPXZ+Cv2ivEkwiI+03d9ber/rZyEKPn1fnUCyC uOm5OE0QJgZf0ecBVchDTrwEZtUcyIFZN3gWBhSRnZEmLJXNfdAqSKnb8hmOo5cuRSO4 MKCK5SpgxXCz8T3wOgVi/Cd1HQF9CQaTR5HKnaoSJbloiqJM9lQ2u4Lu/pvty39jqMRN TNh3FbEAjVK6wDy7K+/cbWX0FrmZRdcwVQ/PmsxGbqSqvPReHcXkmkjMLu/hOQ7ucWB8 nkbg== MIME-Version: 1.0 In-Reply-To: References: <20121028003523.GA26034@cskk.homeip.net> Date: Mon, 29 Oct 2012 11:18:38 -0400 Subject: Re: SSH Connection with Python From: David Robinow To: Gelonida N Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351523921 news.xs4all.nl 6935 [2001:888:2000:d::a6]:52195 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32382 On Sun, Oct 28, 2012 at 4:09 PM, Gelonida N 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]