Re: How to login to a website using Python 3.x?

2013-09-25 Thread Chris “Kwpolska” Warrick
On Tue, Sep 24, 2013 at 10:39 AM, Mark Lawrence breamore...@yahoo.co.uk wrote: On 24/09/2013 09:09, Osumo Clement wrote: Hi. I am new to Python. I am making a script where logging in to a website is the first step.. I am using Python 3.3 All of the help I have seen online uses urllib2 which

How to login to a website using Python 3.x?

2013-09-24 Thread Osumo Clement
Hi. I am new to Python. I am making a script where logging in to a website is the first step.. I am using Python 3.3 All of the help I have seen online uses urllib2 which in Python 3 aint there. I will greatly appreciate any help -- https://mail.python.org/mailman/listinfo/python-list

Re: How to login to a website using Python 3.x?

2013-09-24 Thread Mark Lawrence
On 24/09/2013 09:09, Osumo Clement wrote: Hi. I am new to Python. I am making a script where logging in to a website is the first step.. I am using Python 3.3 All of the help I have seen online uses urllib2 which in Python 3 aint there. I will greatly appreciate any help urllib2 has been