There is an error in the online book 
http://web2py.com/books/default/chapter/29/14?search=fetch#Fetching-an-external-URL

from google.tools import fetch
page = fetch('http://www.web2py.com')

it should actually read "from gluon.tools import fetch" as running the above 
code spews some tracebacks.

thanks

-- 



Reply via email to