I'm getting the following ticket after upgrading from web2py 1.99.x to 2.1.1 source:
Traceback (most recent call last):
File "N:\web2py\gluon\restricted.py", line 209, in restricted
exec ccode in environment
File "N:\web2py\applications\myapp\views\mycontroller/index.html", line 444,
in <module>
jQuery('#image-form').ajaxForm({
File "N:\web2py\gluon\compileapp.py", line 136, in LOAD
from html import TAG, DIV, URL, SCRIPT, XML
ImportError: cannot import name TAG
--

