web2py is a open-source full-stack web framework written in Python 2.x.
1
vote
1answer
34 views
Web2Py - Python Syntax
I recently began working with Web2Py, after a long period of learning Python. As a beginner, I'm used to having modules and knowing their attributes to getting my work done. For example, I can import ...
0
votes
1answer
13 views
Web2py (save) use of HTLM tags in database (text) dleid
How can you, in a safe way, enter (en render) hmtl tags in a web2py database textfield.
Entered by an end user?
0
votes
1answer
21 views
web2py on a Virtual Machine
I have a web2py app I developed on my local machine. I tried to move the application to a Windows Server 2003 Virtual Machine but when I run it on the VM the app simply errors out on start up and when ...
0
votes
1answer
16 views
web2py: not showing every field with SQLFORM.grid()
How am I supposed to show just a subset of fields from a table with SQLFORM.grid()?
I have tried reading both the web2py manual and DAL reference (which is very, very lacking) but can't figure this ...
0
votes
0answers
28 views
web2py registration using facebook Oauth2
I have created a FaceBook / Oauth2 login class and it is able to login and access FB details. However after login I want logout button. But it shows login itself.
Secondly it is not populating user ...
0
votes
0answers
17 views
Running Linux sudo in python on web2pay
Please i need some help and guaidiance.
I have a web2py application running on a raspebery pi. The raspberry pi runs "Linux 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux"
I am ...
0
votes
1answer
19 views
How to customize the profile page in web2py
I am using web2py's default application. But I want to add some more fields in the profile page after login. I am not able to find how to add next text boxes in the profile page.
1
vote
0answers
17 views
Opening a text file from the private folder in web2py
I need to open a database (in .txt format) for my search engine script in web2py.
I can not access the online databse, because I use the free version of pythonanywhere.
import urllib
...
1
vote
1answer
18 views
Sorting on a count field in web2py
I have the following code in web2py. I am trying to retrieve how many types of items I have in the table and a count of how many of each of them there are.
count = db.table.field1.count()
...
0
votes
3answers
23 views
Web2Py Syntax Error Non-Keyword Arg After Keyword Arg
I'm trying to implement this code on my localhost:
def form_a():
form = SQLFORM(db.registration, deletable=True, request.args(0), upload=URL(r=request, f='download'))
if ...
0
votes
3answers
30 views
web2py Can't import run functions from imported module
I'm trying to import external modules into my controller code for a web2py application. The module I'm importing is located in myapp/modules and seems to import fine. However, it doesn't let me call ...
-8
votes
0answers
49 views
Need a simple way to make a barcode scanner that will work on iphone and android [closed]
Have built the site, tried zbar, got it installed locally - working but have no idea how to connect it to my site and make an app. Tried web2py this morning, still have no clue. I'd hire someone if ...
0
votes
1answer
24 views
Adding a nonce to a form that was manually created
Is there a way to add a nonce to a manually created form? For example, creating an SQLFORM in the controller and rendering it as {{=form}} in the views will automatically attach the nonce to the form.
...
0
votes
1answer
28 views
Post form to web2py function using ajax
The server is written in web2py, and hosted on google app engine. I can visit my index.html by entering domain.com/index and I can send form by entering domain.com/register where "register" is a ...
0
votes
1answer
14 views
How I can include python Window or frame in html using Web2py?
I am using web2py framework for my project and Ubuntu 12.04 operating system iI have created python window that i want to add/include/merge in html page
How I can do this. Please help me.
1
vote
2answers
75 views
Which one is better to create a web application? web2py or cherrypy [closed]
I am using Raspberry Pi to function as a mini web server. At first, i came across web2py and started to learn it. It was tough for a beginner like me. Later, a friend in a forum introduced CherryPy to ...
0
votes
0answers
26 views
Making a query in Web2py and column selection not working
I'm working in web2py and I've to make an adHoc user management form, to be more precise I'm making a table with a "role filter". Is important to know that I'm in GAE and the joins must to be done by ...
0
votes
1answer
45 views
Web2py Email Authentication
I Have set Web2py to send email verification on registration and not to allow log on until verified with the following settings:
mail=auth.settings.mailer
mail.settings.server = ...
0
votes
0answers
25 views
web2py auth_user table and access control
I have a web2py app that is using auth.settings.extra_fields to add an extra field called 'title'. I have manually added a set of roles into the auth_groups table. I want set the membership of the ...
0
votes
1answer
18 views
How to make multi-column unique constraints at the database level in web2py?
If I have something like this in my models/db.py:
db.define_table('magazine', Field('name'), Field('description'))
db.define_table('subscribe', Field('subscriber', db.auth_user), ...
0
votes
1answer
43 views
web2py - Controller function isn't called when using anchor tag callback
When a user visits a magazine page, a button should appear that will allow the currently logged in user to subscribe to a particular magazine if that user is already logged in. The button should not ...
0
votes
1answer
41 views
How to run web2py on a brand new host I just purchased from goDaddy
I am having trouble launch the website after I upload my web2py folder on the host. If it is locally, I just clicked on the web2py exe file and choose local and I can deploy my local website. But how ...
0
votes
1answer
30 views
Setting the default of a database Field to the value of another field in web2py
db.define_table('mytable',
Field('start_number', 'double', requires=IS_NOT_EMPTY()),
Field('current_number', 'double', default=mytable.start_number, requires=IS_NOT_EMPTY()))
When something ...
0
votes
1answer
24 views
Web2py type error retrieving image
Usually Web2py errors are easily understandable but this has me stumped.
i used an example from the web2py cookbook to make a thumbnail of an uploaded image. it generates a thumbnail but i can not ...
-1
votes
0answers
30 views
facebook login using android app and web2py
The user will be logging into an app on the android using his facebook account. I have that part figured out, I am able to get the access token and send it to a controller fbLogin and access the user ...
0
votes
1answer
37 views
Can I develop web2py applications on window 8
Web2py seems to have been works well on Linux Plateform. How can I develop web2py application on Window 8? What approach I should follow so that I can help development of web2py on window 8?
1
vote
0answers
33 views
Apache Config for PHP and Web2Py
I'm setting up a server for home to run all sorts of things. I'll save you the whole story, but I'm trying to get it to run Web2Py through WSGI, but also need to serve PHP files for other web apps I ...
0
votes
1answer
19 views
web2py validators in controller
Is it possible to use web2py validators like IS_NOT_EMPTY() in the controller? They seem to be imported but in the controller, however they are not useful at all. Which parameters should I use when ...
0
votes
1answer
43 views
Permission denied by web2py with Apache2 on CentOS
I am installing web2py with Apache2 httpd server on CentOS 6, and with https. I installed httpd server, enabled mod_wsgi, mod_ssl, and configured the ssl certs/keys. After I restarted the httpd ...
0
votes
1answer
36 views
How can I call a web2py controller from Android?
I know exactly how the MVC pattern works with web2py and how the view is rendered on a "Browser".
I now want to render the View on an Android Project. For e.g. I have my Andriod App which takes a ...
0
votes
1answer
28 views
Web2Py Resizing a textbox
I have been trying to resize a text box in a custom form with Web2py.
contact=SQLFORM.factory(
Field('your_email',requires=IS_EMAIL()),
Field('question', requires=IS_NOT_EMPTY()))
...
0
votes
1answer
50 views
Referral system web2py how to make?
Good day, i am making web site and i need to make that user could register, only if he has a referral link.
Also each user constantly have only 2 referral links, which can changes after registration ...
0
votes
1answer
37 views
PostgreSQL: Shadow Table
I am using Web2Py smart grid to show the content on the Web.
Since in the database there are some duplicated entries and I would like to hide it some the web. Which I believe there is no way to ...
0
votes
1answer
68 views
Web2py crash for me upon startup in ubuntu
Am running ubuntu 12.10 and i have running web2py v2.5 for about 2months now but I recently upgraded to the new version 2.6 and it failed to start. I try the older versions and it still crashes upon ...
0
votes
1answer
33 views
web2py. no such table error
I have an error no such table: mytable, even though it is defined in models/tables.py. I use sqlite. Interesting enough, if I go to admin panel -> my app -> database administration then I see a ...
1
vote
1answer
38 views
How to decrease the timeout for my python application connecting to mysql server
We have a python application running with uwsgi, nginx.
We have a fallback mechanism for DBs. ie., if one server refuses to connect, we connect to the other server. But the issue is that the ...
0
votes
1answer
29 views
Centralized authentication web2py app and drupal site, is it possible?
I'm writing a web2py app to manage events and other activities which require users's information, such as id and names for certificates, on the other side there's a drupal site that already has the ...
0
votes
0answers
11 views
How to add import option “Import as General Project” in Eclipse Helios 3.6
I am using Eclipse Helios 3.6. I want to add a web2py python project. But in my current eclipse, I am not getting "Import as General Project" option in eclipse import options.
Moreover, I have used ...
0
votes
1answer
23 views
Field's side by side in the view Web2py
I'm working in web2py with fields, I searched if there was a one to have fields(inputs)
side by side instead of it being under one another. For instance
Instead of Author above Email, is there a way ...
0
votes
1answer
32 views
How do I make a computed field based on multiple other fields in web2py?
I have a computed field in my db model as follows:
Field('computed_field', compute=lambda(page): compute_this_field(page)),
What I recently discovered is that compute only passes the fields of page ...
0
votes
0answers
22 views
form.custom.widget does not seem to produce any output
I am trying to use custom forms to create a particular form output. I am unable to get the form elements to appear in the output. My model is as below:
db.define_table('Alerts',
...
0
votes
1answer
17 views
web2py - sqlite3 -> “_lazy_tables” error
I try to make this database in a def
database = DAL('sqlite://userhistory3.db')
database.define_table('userjob', Field('UserID'),Field('JobID'))
session.database=database
but when i try to insert a ...
1
vote
1answer
39 views
Select all fields that are true
I have a user database and a fruit database the user fills in a form of tick boxes to select what fruit they have.
In a profile I would like to reflect this information but I can't figure out how I ...
0
votes
0answers
30 views
web2py, securely copy remote db to a local machine
I have a web2py application. I want to add functionality that
privileged users can download/copy database of the app from the remote server to a local machine.
The catch is the db contains sensitive ...
0
votes
1answer
67 views
Why is this mysql syntax wrong?
CREATE TABLE OWLUpdates(
id INT AUTO_INCREMENT NOT NULL,
website INT, INDEX website__idx (website), FOREIGN KEY (website) REFERENCES OWLWebsite (id) ON DELETE CASCADE,
suburl VARCHAR(255),
...
0
votes
1answer
89 views
web2py dropbox integration
I am having a difficulty using a dropbox session in web2py. Here is my default controller with 2 methods:
def index():
APP_KEY = 'XXXXXXXXXXX'
APP_SECRET = 'XXXXXXXXXXX'
ACCESS_TYPE = ...
0
votes
0answers
102 views
web2py sqlform.grid default search filter
I am developing an web2py app which creates the editable form using SQLFORM.grid, and my models contains a database with different user login-id's. The default form created is searchable and does ...
0
votes
0answers
46 views
“ImportError: No module named” web2py webfaction
My web2py app is in the WebFaction (www.webfaction.com). When I access the application the error is launched:
Traceback (most recent call last):
File ...
-1
votes
1answer
46 views
make web2py application available on the web
I have create a simple and small web2py application that i want to make public to the world.
I am new to web development and need some help and guidance.
Thanks in Advance.
Cheers
0
votes
0answers
28 views
gends_run_gen_django with custom methods (or creating django models from xsd to use in web2py)
Below is a letter I wrote to the author of generateDS for generating python classes & xml parsers from xsd files. After hitting send I thought it might be cool to post here. If you like a good ...