[EMAIL PROTECTED] wrote:
> h = httplib.HTTP('http://Google.com',80)
This should be:
h = httplib.HTTP('Google.com',80)
And I certainly agree with the others, check out urllib*.
Ian
--
http://mail.python.org/mailman/listinfo/python-list
On Sep 19, 6:10 am, [EMAIL PROTECTED] wrote:
> Hi,
>
> I am writing http protocol to get some data from servers. If i was
> using my localhost, getting replay from local and if want access other
> remote sites, i am getting error. Please reply it
>
> My localhost client script:::
>
> Code: ( pytho
[EMAIL PROTECTED] wrote:
> Hi,
>
> I am writing http protocol to get some data from servers. If i was
> using my localhost, getting replay from local and if want access other
> remote sites, i am getting error. Please reply it
>
> My localhost client script:::
>
> Code: ( python )
>
>
> impor
Hi,
I am writing http protocol to get some data from servers. If i was
using my localhost, getting replay from local and if want access other
remote sites, i am getting error. Please reply it
My localhost client script:::
Code: ( python )
import httplib
h = httplib.HTTP('localhost',80)
h.pu
Hi,
I am writing http protocol to get some data from servers. If i was
using my localhost, getting replay from local and if want access other
remote sites, i am getting error. Please reply it
My localhost client script:::
Code: ( python )
import httplib
h = httplib.HTTP('localhost',80)
h.pu