urllib.urlretrieve("http://free.bsdshell.net/")

Alexander Semenov sav at ulmen.mv.ru
Thu Jan 25 01:58:26 EST 2001


"Oleg Broytmann" <phd at phd.pp.ru> wrote in message
news:mailman.980354711.2588.python-list at python.org...
> On 24 Jan 2001, Erno Kuusela wrote:
>    Then the site filters me out just because, without any reason
:))) But
> it rejects only urllib - any browser will do its job right!

Try to run 'telnet yoursite', then blindly type 'GET /index.html' and
press Enter twice.
Then try to use sockets module instead urllib to connect to site.

Check for proxy settings in browser and http_proxy environment
variables on your system.

Hope it helps.

SY, Alexander Semenov <sav at ulmen.mv.ru>.






More information about the Python-list mailing list