Hi all,
I'm a newbie to python.I need to login to a webpage after supplying
usename and password.
import urllib
sock = urllib.urlopen("http://xop-pc.main.com";)
htmlSource = sock.read()
sock.close()
print htmlSource
In
Laszlo Zsolt Nagy wrote:
Murugesh wrote:
Hi all,
I'm a newbie to python.I need to login to a webpage after supplying
usename and password.
import urllib sock = urllib.urlopen("http://xop-pc.main.com")
htmlSource = sock.read()
Murugesh wrote:
Laszlo Zsolt Nagy wrote:
Murugesh wrote:
Hi all,
I'm a newbie to python.I need to login to a webpage after supplying
usename and password.
import urllib sock = urllib.urlopen("http://xop-pc.main.com")
htmlSou
Hi all,
I'm a newbie and would like to how python is efficient in automating an
interative shell(I have a CLI executable which interatcs with the user).
Any starters would be greatly appreciated.
Thanks,
Murugesh
--
http://mail.python.org/mailman/listinfo/python-list