On Wednesday 24 March 2010 15:03:40 Ido wrote: > Its not a useragent problem, and yes, the cookies are saved across. I'm > pretty sure its a bug in mechanize, but I am not able to find or solve it. > Thats why I'm asking for your help. >
Take a look at the page sources; it might be a JavaScript issue (either setting a cookie or messing with a URL). As an easy way to test this, you can use a JavaScript blocker such as NoScript with Firefox, or (in some other browsers) disable JavaScript altogether. _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
