Re: [Tutor] urllib2 & form submit

2005-10-26 Thread Kent Johnson
Ed Hotchkiss wrote: > i am trying to write a class to log into myspace. either i am doing > something wrong, or... myspace is requiring that i accept a cookie, or > create a session? however i am new to urllib and urllib2. It's very likely that myspace is returning a cookie from the login, this

[Tutor] urllib2 & form submit

2005-10-26 Thread Ed Hotchkiss
i am trying to write a class to log into myspace. either i am doing something wrong, or... myspace is requiring that i accept a cookie, or create a session? however i am new to urllib and urllib2.   heres my code: correctly formatted code is at: http://www.jeah.net/~marla/myspace.py   #!/bin/env p