Friends I am a beginner trying to learn web2py. I have a windows
computer. I have 2 questions.

First, I want to learn what Setup is needed for me to try out web2py
examples like the following shown in the web2py book
>>> print str(DIV("hello world"))
<div>hello world</div>
I tried using
>>>import gluon
but that did not work. I added web2py in sys.path but the above import
still did not work.
I found gluon in library.zip folder. Am I supposed to add web2py/
library.zip to the sys.path? If not, how can I get the web2py example
statements to work?

My second question is to understand the role of Library.zip in the
web2py install folder.
Thanks

Reply via email to