[web2py] error shown by running application

2012-04-21 Thread Sonu Srivastava
when i am running my application this error is shown...how to remove this error type 'exceptions.NameError' name 'middle_columns' is not defined

[web2py] creating manual login form

2012-04-20 Thread Sonu Srivastava
i create reagister form using auth_user but unable to create a manual login form by which we login.please anyone help me.

Re: [web2py] Re: unable to login in web2py through janrain

2012-04-11 Thread Sonu Srivastava
replace localhost with 127.0.0.1. Did you register this IP with Janrain? On Tuesday, 10 April 2012 00:28:52 UTC-5, Sonu Srivastava wrote: for using multiple signin i am register with rpxnow.com and create app and use the key in our web2py application bt i m unable to login...plz help me...i use

Re: [web2py] Re: unable to login in web2py through janrain

2012-04-11 Thread Sonu Srivastava
:52 AM UTC+5:30, Sonu Srivastava wrote: for using multiple signin i am register with rpxnow.com and create app and use the key in our web2py application bt i m unable to login...plz help me...i use below code for it import os from gluon.contrib.login_methods.**rpx_account import RPXAccount

Re: [web2py] Re: unable to login in web2py through janrain

2012-04-10 Thread Sonu Srivastava
? On Tuesday, 10 April 2012 00:28:52 UTC-5, Sonu Srivastava wrote: for using multiple signin i am register with rpxnow.com and create app and use the key in our web2py application bt i m unable to login...plz help me...i use below code for it import os from gluon.contrib.login_methods.**rpx_account

[web2py] unable to login in web2py through janrain

2012-04-09 Thread Sonu Srivastava
for using multiple signin i am register with rpxnow.com and create app and use the key in our web2py application bt i m unable to login...plz help me...i use below code for it import os from gluon.contrib.login_methods.rpx_account import RPXAccount # we disable actions that will be provided by

[web2py] data fetching from database

2012-04-05 Thread Sonu Srivastava
-i have a table with 6 fields-one field for question, 4 fields for answer and 1 last field for storing correct answer -i want to fetch 1 question and it's 4 options on web pageoptions are with radio buttons -when user select one option and click on next button then a flash is visible with

[web2py] regarding record fetching from database

2012-04-04 Thread Sonu Srivastava
i have a table in database and i want to fetch record one by one randomly from database on form...every record is shown on form with radio button and when user select one of them and click on submit button then next record will be shown on the form... so..please help me for this code...