Hi I am trying to learn web2py using the online book. Page 45 provide instruction on how to use the interactive shell However, the coomands are not getting executed. For a minor line command >>>a=3 >>>print type(a) I get this web2py Shell (2, 1, 1, datetime.datetime(2012, 10, 15, 12, 44, 40), 'stable')In [1] : a=3 In [2] : print type(a) in the upper window as opposed to something like this for a regular Python Dos window: Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> a=3 >>> print a 3 >>>
Anythough on how to use the interactive window inweb2py would be appreciated. I hate to move on to next chapter before getting this right. I am using IE9 thanks Mike --

