i sow this  :
In order to run web2py as a CGI script just call the cgihandler.py in
the main web2py folder. You may need to add a first line like

#!/usr/local/bin/python2.5
pointing to the local interpreter, follower by

import os; os.chdir('/home/you/web2py/')
so that web2py knows in which folder it is located.

>>>>> what is this path :/home/you/web2py/

Reply via email to