Problem when fetching page using urllib2.urlopen

2009-08-10 Thread jitu
-485468-pune_india_vacations-i;_ylc=X3oDMTFka28zOGNuBF9TAzI3NjY2NzkEX3MDOTY5NTUzMjUEc2VjA3NzcC1kZXN0BHNsawN0aXRsZQ-- Thanks a Lot Regards jitu -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem when fetching page using urllib2.urlopen

2009-08-10 Thread jitu
On Aug 10, 4:39 pm, jitu wrote: > Hi, > > A html page  contains 'anchor' elements with 'href' attribute  having > a semicolon  in the url , while fetching the page using > urllib2.urlopen, all such href's  containing  'semicolons'

Re: Problem when fetching page using urllib2.urlopen

2009-08-10 Thread jitu
code.google.com/appengine)' Any way Thanks . Good to know about the User-Agent field. Jitu On Aug 11, 12:36 am, Piet van Oostrum wrote: > >>>>> jitu (j) wrote: > >j> Hi, > >j> A html page  contains 'anchor' elements with 'href' attribut

Get datatype of a column

2005-08-25 Thread Jitu
Hi does anyone know how to get a column type from a database using jdbc and python? thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: Something that Perl can do that Python can't?

2005-07-25 Thread jitu
y may be should look like this import time import sys sysout=sys.stdout sysout.write("START\n") sysout.flush() time.sleep(10) sysout.write("STOP\n") sysout.flush() regards jitu -- http://mail.python.org/mailman/listinfo/python-list