My python code to submit a value to Google:
from twill.commands import *
go('www.google.com')
showforms()
formclear('1')
fv("1", "q", "python")
showforms()
submit('btnG')
When it is run it shows the following error:
***MissingSchema: Invalid URL u'/search': No schema supplied. Perhaps you meant http:///search?***