Frank Potter wrote: > Does google supply some webservice to programmers? I did see
Googling for "google api" gets you to: http://www.google.com/apis/ It appears to be a SOAP API, which you can access with python, but I think you'll need a third-party library. Googling for "python soap" gets you: http://www-128.ibm.com/developerworks/library/ws-pyth5/ which might be a place to start. -- http://mail.python.org/mailman/listinfo/python-list