i install a web2py on my machine. i simply click on web2py.exe then it asking for password then it says \"unable to detect your browser\".
I am using pam_auth login for my web2py installation. When a user logs in for the first time, I want to store his email which i obtain from a ldap query. How 开发者_开发知识库can I do that in web2py.
A couple question. Running web2py on Windows Server 2008 R2, IIS7.5. Following the official online book I got the site working with 127.0.0.1:8000. But I want to add the website to IIS service so I c
I want to configure a simpl开发者_运维百科e webapplication to support an iphone app to connect with it in RESTFUL ways. Initially have a user login session enabled from the iphone to the web app. I\'d
I have been trying to learn web2py for use on App Engine. However I cannot seem to be able to access the admin interface.
I tried to create a global variable called temp in web2py, but apparently the value of the variable doesn\'t change even if I try to store the user input to temp. It just stays the same (temp = 0.0).
I have u开发者_JAVA百科sed the following line image=URL(r=request,f=\'nonhomog_plot\') to make the image in web2py. The filename of the image will be \"nonhomog_plot.png\". How can I control the filen
I am uploading an app to GAE.Through some experimentation I\'ve found that if I don\'t include wsgihandler.py, the app loads very slowly.It feels like it\'s looking for this file and them timing out.B
I created a web2py app that is extremely light, with the goal of eventually making the app support JSON-RPC calls, and maybe a few other things.
Searching through gluon.validators I came across IS_LIST_OF() so I tried to add it to my model: db.define_table(\"emails_list\",