python - pycrypto is down? how to install pycrypto? -


the following happens:

$ sudo easy_install pycrypto searching pycrypto reading http://pypi.python.org/simple/pycrypto/ reading http://pycrypto.sourceforge.net reading http://www.pycrypto.org/ download error: [errno 101] network unreachable -- packages may not found! reading http://www.amk.ca/python/code/crypto reading http://www.pycrypto.org/ download error: [errno 101] network unreachable -- packages may not found! reading http://www.pycrypto.org/ download error: [errno 101] network unreachable -- packages may not found! best match: pycrypto 2.3 downloading http://www.pycrypto.org/files/pycrypto-2.3.tar.gz error: download error http://www.pycrypto.org/files/pycrypto-2.3.tar.gz: [errno 101] network unreachable 

and firefox unable connect pycrypto.org -- no connection can established. if pycrypto down, how install pycrypto?

edit: can ping site, i'm not sure how works:

$ ping pycrypto.org ping pycrypto.org (76.10.145.51) 56(84) bytes of data. 64 bytes 76-10-145-51.dsl.ncf.ca (76.10.145.51): icmp_seq=1 ttl=53 time=159 ms 64 bytes 76-10-145-51.dsl.ncf.ca (76.10.145.51): icmp_seq=2 ttl=53 time=161 ms 64 bytes 76-10-145-51.dsl.ncf.ca (76.10.145.51): icmp_seq=3 ttl=53 time=160 ms ^c --- pycrypto.org ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2000ms rtt min/avg/max/mdev = 159.418/160.471/161.223/0.767 ms 

pycrypto releases uploaded pypi, easy_install should no longer rely on availability of dlitz.net webserver.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -