[ANN] Python-es mailing list changes home

2010-01-19 Thread Chema Cortes
-hablante), estamos configurando una nueva en el sitio python.org. Así que la nueva lista será (en sustitución de la antigua ). Por favor, si lo deseas, date de alta en la nueva lista en: http://mail.python.org/mailman/listinfo/python-es ¡Gracias! Chema Cortes, Oswaldo Hernández y Francesc Alted

Connecting to internet under proxy

2006-07-24 Thread Chema
Hi all. I have a little script to connect to the internet and download some files. I developed it in my house (direct connection) and it wordked properly. But the problem is that in the office (under a proxy) it doesn't run. My script is like: import urllib f=urllib.urlopen(SOME_WEB) print f.r