Top "Web2py" questions

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

"object of type 'NoneType' has no len()" error

I'm seeing weird behavior on this code: images = dict(cover=[],second_row=[],additional_rows=[]) for pic in pictures: if len(…

python web2py
Django vs web2py for a beginner developer

Which of these two frameworks is better suited to a developer with 11 months experience. I have decided to learn python …

python django web2py
Anyone out there using web2py?

Is anyone out there* using web2py? Specifically: In production? With what database? With Google Application Engine? by "out there" …

google-app-engine web2py
run python code using html5

Basically I want to create a sexy GUI using HTML5 then call code that I wrote in python. I have …

python html user-interface web2py
Generate HTML Table from Python Dictionary

How would I convert below dictionary into html table {'Retry': ['30', '12', '12'] 'Station MAC': ['aabbccddeea', 'ffgghhiijj', …

python html linux web web2py
Django, Turbo Gears, Web2Py, which is better for what?

I got a project in mind that makes it worth to finally take the plunge into programming. After reading a …

python django frameworks web2py turbogears
How can I use modules in web2py?

I have some functions in func.py that I would like to access from my web2py controller called default.…

function module import include web2py
Web2py: How should I display an uploaded image that is stored in a database?

Is there a web2py way of displaying images from a database table? Example: The model: db.define_table=('images',…

database image upload web2py
Output Multi-line strings with Python Flask or other framework

I am trying to take Redhat kickstart files and modify them in python before using them in a server setup. …

python flask web2py redhat bottle
A good development environment setup for Web2Py

Have been trying out Web2Py for a couple of days now and I decided it to be a keeper. …

eclipse ide web2py