Top "Web2py" questions

web2py is a open-source full-stack web framework written in Python 2.x.

Web2py controllers with parameters?

I am building an app using Web2py framework... I don't want to have to use the request object to …

python web2py
Which web development framework works best with Google App Engine?

Now that Google allows Java on App Engine, I'm wondering what effect this has on a choice of web framework …

ruby-on-rails google-app-engine web-applications web-frameworks web2py
Selenium selecting a dropdown option with for loop from dictionary

I have a form with inputs and dropdown lists: [...] <select> <option></option> <option&…

python selenium web2py
Getting error <type 'exceptions.ImportError'> No module named modules.facebook

I have to develop web2py app and have to use Facebook sdk in that. I have downloaded facebook sdk …

python web2py web2py-modules
How to debug Web2py applications?

Is it possible? By debug I mean setting breakpoints, inspect values and advance step by step.

python debugging web2py
web2py in the future?

Given the size of web2py and the lack of resources and corporate support, do you think it would be …

python ruby-on-rails django web2py
Simplest way to setup remote admin access to a web2py process

Ok my question here should've been more to the point. The bottom line is: I have a remote linux box …

web-applications web2py
How to change the SQLFORM style in web2py views

I would like to have a custom view of login and register forms in my views, without loosing the functionalities …

python web2py web2py-modules
Asynchronous background processes with web2py

I need to to handle a large (time and memory-consuming) process asynchronously in a web2py application called inside a …

python asynchronous web2py python-2.x