if __name__=='__main__':
importgluon.main
call from command line - to be sure gluon is on the path and accessible
Write here your directory configuration if you are still lost.
Think about web2py directory as a single ready application which just should plugged to IIS.
Best regards
To be honest, I cannot really understand routes even I read the book.
Here's my directories:
-----------------------------------------------
web2py:
C:\Python25\web2py
web2py appllications:
C:\Python25\web2py\applications
Created by 2.3. Configure WSGI handler:
C:\w2p\applications (Empty)
is link to...
C:\Python25\Lib\site-packages\applications (Empty)
I start web2py like this:
c:\Python25\web2py>python web2py.py
Virtual Directory on IIS
"ochibaapp" (renamed from "appname") under "Default Web Site"
Do you have any idea where I should check ?
I use IIS 7.5 with IIS 6 Management Cimpatibility.
c:\web2py\web2py.py -W install -L c:\web2py\options.py
-W install -L options.py
or with
-W install -L wsgihandler.py