Tagged Questions
web2py is a free, open-source web framework for agile development of secure database-driven web applications; it is written in Python2 and programmable in Python. web2py is a full-stack framework, meaning that it contains all the components you need to build fully functional web applications.
51
votes
18answers
24k views
Anyone out there using web2py? [closed]
Is anyone out there* using web2py?
Specifically:
In production?
With what database?
With Google Application Engine?
by "out there" I mean at stackoverflow.
25
votes
5answers
6k views
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 for my server side coding and wanted to know which of these would be better ...
13
votes
5answers
2k views
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. But there is one thing that concerns me a lot and that might be a showstopper in the end. I need a nice ...
13
votes
3answers
3k views
Credit card payments and notifications on the Google App Engine
I ported gchecky to the google app engine. you can try it here
It implements both level 1 (cart submission) and level 2 (notifications from google checkout).
Is there any other payment option that ...
11
votes
11answers
5k views
web2py in the future?
Given the size of web2py and the lack of resources and corporate support, do you think it would be advisable to learn web2py as the only web development frame work I know. I'm considersing learning ...
10
votes
3answers
2k views
@Rails users: have you tried web2py? Pros? Cons? [closed]
web2py to is a Python framework but shares the "convention over configuration" design that Ruby on Rails has. On the plus side it packages a lot more functionality with its s standard distribution ...
9
votes
6answers
2k views
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 lot of stuff, here and elsewhere, I'm set on making Python the one I learn for now, over C# or ...
9
votes
8answers
1k views
Is Google App Engine right for me?
I am thinking about using Google App Engine.It is going to be a huge website. In that case, what is your piece of advice using Google App Engine. I heard GAE has restrictions like we cannot store ...
9
votes
9answers
6k views
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 for App Engine.
I realize Google provides the webapp
framework which is pretty barebones.
...
9
votes
8answers
3k views
How to debug Web2py applications?
Is it possible?
By debug I mean setting breakpoints, inspect values and advance step by step.
8
votes
5answers
716 views
Which Python web framework that novice web developer should learn? Flask? Django? or …?
I'm a former sysadmin, an intermediate programmer with zero experience on web development(I only code system script with Bash/Perl before). I learned Python in 6 months & coded some system tools ...
8
votes
2answers
1k views
Google app engine users Auth: Djangoappengine Vs Web2py Vs Webpy
I'm going to develop a small web application on Gae with a registration section, login\logout and stuff like that.
Since Google app Engine does not support session out of the box and I don't want to ...
6
votes
2answers
285 views
How do I deploy web2py on PythonAnywhere?
How do i get a basic web2py server up and running on
PythonAnywhere?
6
votes
1answer
1k views
How to deply web2py using nginx?
web2py is an awesome python framework which has great documentation including several deployment recipes. Yet what I miss there is the recipe for deploying using nginx (preferably with uwsgi). There ...
6
votes
2answers
293 views
Designing to easily migrate to Google App Engine
I am going to start designing a web app shortly, and while I have lots of experience doing it in the SQL world, I have no idea what I need to take into consideration for doing so with the goal of ...
6
votes
1answer
753 views
what's the most extensible/flexible FOSS e-commerce software? (or should I roll-my-own?)
I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order ...
6
votes
3answers
707 views
“download link ” fails in IE
I was trying to implement a "download link" and put it beside one of my report table so that users can download a csv file and open it with applications like Excel.
The records are generated ...
5
votes
1answer
84 views
Correct method to initialize a database table with web2py DAL.define_table()
I am trying to dynamically build tables called db.blog and db.code with exactly the same SQL definitions. After I define them, I want to populate them with 10 rows of random data, and never execute ...
5
votes
2answers
246 views
What are the mature CMSs and Blogs built on web2py?
In search of technologies for developing web applications and portals, I recently dabbled into Ruby and Python (from a non-sysadmin point of view .. ie, towards web application development) and ...
5
votes
3answers
121 views
Install Python Module in local install of web2py
I am running web2py on a Windows machine.
I'm working on an application, but it keeps erroring because it says the module I'm trying to use isn't installed. It is however installed in my local python ...
5
votes
1answer
745 views
Does web2py have these?
I am finishing up a project in PHP with Yii and phing. Even though Yii is the best web framework I've used to date, I prefer writing Python over PHP. So, I've been looking at web2py and have some ...
5
votes
1answer
355 views
Give me some awesome Web2py Tip & Tricks which makes you more productive
I have been working with web2py following its official web2py book and got to learn too many things. But a book never teaches a productive workflow. I would like to know what workflow you people use ...
5
votes
1answer
595 views
DAL without web2py
I am using web2py to power my web site. I decided to use the web2py DAL for a long running program that runs behind the site.
This program does not seem to update its data or the database ...
5
votes
5answers
2k views
Django for web2py developers
Now that I've gotten relatively familiar with web2py, I'd like to give Django a go.
What are the main differences?
What would be the most efficient way to get started taking into account web2py ...
4
votes
1answer
477 views
Why isn't web2py more readily adopted? [closed]
I have been playing with python and different web frameworks. I started with Django, but am not in so deep that I am entrenched. I really quite like python but have not found that "perfect" web ...
4
votes
5answers
875 views
What's the most productive frontend framework to use with SOLR as the backend?
Want to build a web app using SOLR as the only backend. Most of the data will be stored in SOLR via offline jobs although there is some need for CRUD.
Looking at popular web frameworks today like ...
4
votes
1answer
1k views
How to load static files from view HTML in web2py?
Given a view with layout, how can I load static files (CSS and JS, essentially) into the <head> from the view file?
layout.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
4
votes
1answer
749 views
Pyjamas & JavaScript: Too much recursion
I'm doing a Pyjamas example and get this error:
TodoApp InternalError: too much recursion
Here is the significant portion of TodoApp.py from the linked tutorial (please ignore indentation from the ...
4
votes
2answers
176 views
web2py and GNU GPL v2.0
web2py is listed under GNU GPL v2.0 so my question is:
If I develop an application using web2py do I have to release it under GNU GPL v2.0?
4
votes
1answer
1k views
Can I do this in Web2Py?
As a way of evaluating Web2Py I tried to reimplement a web page in Web2Py.
It seemed quite simple to start with but I'm not sure if it works the way I think.
I have a simple page with an input field ...
3
votes
1answer
50 views
Reusable HTML snippets and sub-views in web2py
I have some reusable HTML snippets that I want to 'include' in a number of web2py views.
Using components with LOAD means having to write separate controller functions which need to load their own ...
3
votes
1answer
93 views
Which web2py apps do you recommend studying for a new learner?
I am a new learner in web2py. I read the web2py book. Now I am reading open source web2py apps in the appliances directory. But as much as I see, some of the appliances use old styles of web2py coding ...
3
votes
1answer
156 views
What are the benefits of building HTML markup with HTML helpers in web2py?
I would like to learn the benefits of using HTML helpers in web2py instead of plain HTML markup elements. As an example, I read the following HTML markup builder code in a web2py application ...
3
votes
1answer
104 views
Web2Py won't connect to MSSQL
I'm unable to get web2py to connect to mssql.
<type 'exceptions.RuntimeError'>(Failure to connect, tried 5 times:
'NoneType' object has no attribute 'connect')
My connection string is:
db = ...
3
votes
1answer
120 views
How to make multiple web2py apps use the same layout.html?
I have three applications, but I want them to use the same layout.html and css. Is there any way to achieve this?
EDIT:
I put the static folder and layout.html etc in /common/ under the web2py root.
...
3
votes
2answers
50 views
web2py - test for row with combination of two field values
I'm building a web2py controller in which I need to query a table for a combination of value x in one field AND value y in a second field (in the same row). To query on a single field, I would just ...
3
votes
2answers
216 views
web2py TypeError: id() takes exactly one argument (0 given)
I am making a web service in Web2Py which accept some parameters and inserts them into a table. I am getting the following error while I am inserting data in this 1 table
Traceback (most recent call ...
3
votes
3answers
600 views
CMS+blog+e-commerce: django or web2py
At the moment we are running few smaller PHP sites (small company, private, non-profit org, friends...) and would like to migrate them to Python in order to be able to tweak them more easily and/or ...
3
votes
3answers
367 views
is there a Heroku type hosting solution for python/web2py?
I am interested to know if there are any python/web2py hosting platforms similar to Heroku for Ruby on Ralils? Something that is easily configurable and scalable?
3
votes
1answer
563 views
Web2py: How should I display an uploaded image that is stored in a database?
Is there a web2py way of displaying images form a database table ?
Example :
The model :
db.define_table=('images',Field('picture', 'upload' ))
The controller :
def somefunction(): to get the ...
3
votes
2answers
977 views
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.py. I tried to import and use func.py in default.py with "import func" and "calculatesomething = ...
3
votes
1answer
194 views
customizing size of form fields created using field.custom.widget
I used the following code to generate a form in attached image.
Is it possible to change the size of the fields in the form.
I want to decrease size of input field of Estimated time and the dropbox ...
3
votes
2answers
1k views
Python try except finally
It looks like I don't quite have the hang of Exception handling yet. I'm at a loss :(
The following code sometimes returns this error:
File "applications/pingback/modules/plugin_h_pingback.py", line ...
3
votes
2answers
553 views
Is web2py suitable for a large public website?
Web2py looks like a very nice Python framework but I am wondering if it is suitable to use for a large public web site. What sorts of issues might I run into? I'm not worried about technical ...
3
votes
2answers
195 views
Is code interpreted at every call in Web2Py?
If so, What is the advantage ? (sure it will avoid restarting webserver). But isn't it a perfomance bottleneck? For production, is it possible to make web2py run directly from bytecode skipping ...
3
votes
1answer
600 views
Using web2py on Eclipse
I am trying to use the steps I found on the net to make web2py work on Eclipse, but I must have something setup wrong because Eclipse gives me error on the imports.
For instance the instructions say ...
3
votes
5answers
337 views
Version control for my web server
I'm building a Web2Py-based web application and am doing most of my development right on a remote EC2 development server. I would like to version control the entire system, including all python ...
3
votes
2answers
875 views
web2py external libraries
how can i import other external libraries in web2py? is it possible to
load up libs in the static file?
can somebody give me an example?
thanks
peter
3
votes
2answers
453 views
Prevent web2py from caching?
I'm working with web2py and for some reason web2py seems to fail to notice when code has changed in certain cases. I can't really narrow it down, but from time to time changes in the code are not ...
3
votes
3answers
1k views
Sending email from an web2py on GAE
I am trying to send a mail from my web2py app hosted on GoogleAppEngine. But it is not working. I used the mail function that was given with the web2py. Does anybody how to do this?
I read in the GAE ...