python paramiko 的安装---login、sftp功能需要

 

python paramiko的安装:

安装需要
1、pycrypto 2、paramiko;


(1)首先安装: pycrypto
进入pycrypto的目录,执行:python setup.py install


pycrypto下载地址:
http://download.famouswhy.com/pycrypto/free_download.html

解决:
yum install python-devel

出现如下错误:

running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Hash.MD2' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.4 -c src/MD2.c -o build/temp.linux-i686-2.4/src/MD2.o
src/MD2.c:31:20: error: Python.h: No such file or directory
src/MD2.c:118: error: expected 鈥鈥 鈥鈥 鈥鈥 鈥榓sm鈥or 鈥榑_attribute__鈥before 鈥鈥token
In file included from src/MD2.c:134:
src/hash_template.c:42: error: expected specifier-qualifier-list before 鈥楶yObject_HEAD鈥
src/hash_template.c:46: error: expected 鈥鈥 鈥鈥 鈥鈥 鈥榓sm鈥or 鈥榑_attribute__鈥before 鈥楶yTypeObject鈥

2.安装 paramiko: (进入,paramiko的目录下)

python setup.py install


下载地址:
http://www.lag.net/paramiko/

 


备注:在window中的安装
http://hi.baidu.com/564857808/blog/item/00a00ed581aceb219b502783.html
http://www.voidspace.org.uk/python/modules.shtml#pycrypto
http://download.famouswhy.com/pycrypto/free_download.html

你可能感兴趣的:(c,python,File,Build,library)