Re: [BangPypers] (no subject)

2011-09-15 Thread Nikunj Badjatya
+1 :) On Mon, Sep 12, 2011 at 7:34 PM, AKARSH SANGHI wrote: > Hey, here's a great video with Python in it. > > http://youtu.be/1lBeungEnx4 > > Although it's also about matlab. > > -- > > Akarsh Sanghi > Jaypee Institute of Information Technology University > Undergraduate Student Class of 201

Re: [BangPypers] RE : Python mechanize Change the Location of Google search

2011-09-15 Thread Senthil Kumaran
On Thu, Sep 15, 2011 at 3:31 PM, Saju M wrote: > I also tried to change google search location through > http://www.google.co.in/preferences?hl=en#loc , but getting error > mechanize._response.httperror_seek_wrapper: HTTP Error 404: Not Found Mechanize does not support any action done via Javascr

[BangPypers] RE : Python mechanize Change the Location of Google search

2011-09-15 Thread Saju M
Hi, I also tried to change google search location through http://www.google.co.in/preferences?hl=en#loc , but getting error mechanize._response.httperror_seek_wrapper: HTTP Error 404: Not Found Here is the code i tried import re import cookielib from mechanize import Browser import mechanize br