python web2py.pyTraceback (most recent call last):
File "web2py.py", line 21, in <module>
import gluon.widget
File "C:\w2p\gluon\__init__.py", line 47, in <module>
from .globals import current
File "C:\w2p\gluon\globals.py", line 16, in <module>
from gluon._compat import pickle, StringIO, copyreg, Cookie, urlparse, PY2, iteritems, to_unicode, to_native, \
ImportError: cannot import name Cookie
Most of compat stuff got moved to pydal but the version in the release doesn't have the version with the pydal with the compat stuff there.