[web2py] Web2Py : JQuery .ajax data sent not present in request.vars

2012-09-05 Thread PlanetUnknown
Trying to make a simple ajax call from the view back to the controller. It is working, however the data I'm sending isn't coming in the request.vars if I sent the contentType=application/json. I know there is an internal ajax function, but I have my own library with these functions I'd like to

[web2py] Install sqlite3 driver for web2py

2011-05-04 Thread PlanetUnknown
I'm using python-2.6.2 and the latest stable web2py. When I start web2py, it says : Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.95.1 (2011-04-25 15:04:14) Database drivers available: pymysql Starting hardcron... Which I think means that it only has the driver for MySQL and

[web2py] Re: Install sqlite3 driver for web2py

2011-05-04 Thread PlanetUnknown
Now I see that sqlite does come with python-2.6.2. I do see ../usr/local/lib/python2.6/sqlite3 directory inside by python installation. Wonder why web2py doesn't see it. I'm on Solaris 10 On May 4, 4:46 pm, PlanetUnknown nikhil.kodil...@gmail.com wrote: I'm using python-2.6.2 and the latest

[web2py] Re: Install sqlite3 driver for web2py

2011-05-04 Thread PlanetUnknown
, PlanetUnknown nikhil.kodil...@gmail.com wrote: Now I see that sqlite does come with python-2.6.2. I do see ../usr/local/lib/python2.6/sqlite3 directory inside by python installation. Wonder why web2py doesn't see it. I'm on Solaris 10 On May 4, 4:46 pm, PlanetUnknown nikhil.kodil

[web2py] Re: What to tell designers when they create a mockup for my web2py site

2011-03-12 Thread PlanetUnknown
and it is terrible for designers too. I think pure Python template engine is better for this, you just need to create an API and components and give docs and paths to the designer. -- Bruno Rocha [ About me:http://zerp.ly/rochacbruno] 2011/3/11 PlanetUnknown nikhil.kodil...@gmail.com My goal

[web2py] After integrating Janrain, basic registration gone. How to have both ?

2011-03-12 Thread PlanetUnknown
Just integrated Janrain and it works perfectly, however that has taken away the option for basic register e.g. email/password. I want to give both options to users. Is it possible ? and how to go about it ? Any link/reference would be great, Thanks !

[web2py] Re: After integrating Janrain, basic registration gone. How to have both ?

2011-03-12 Thread PlanetUnknown
Multiple Login Forms at the end of this section of the book:http://web2py.com/book/default/chapter/08#Other-Login-Methods-and-Log... Anthony On Saturday, March 12, 2011 2:24:51 PM UTC-5, PlanetUnknown wrote: Just integrated Janrain and it works perfectly, however that has taken away

[web2py] Re: After integrating Janrain, basic registration gone. How to have both ?

2011-03-12 Thread PlanetUnknown
it. Enviado via iPhone Em 12/03/2011, às 16:24, PlanetUnknown nikhil.kodil...@gmail.com escreveu: Just integrated Janrain and it works perfectly, however that has taken away the option for basic register e.g. email/password. I want to give both options to users. Is it possible ? and how to go

[web2py] Re: After integrating Janrain, basic registration gone. How to have both ?

2011-03-12 Thread PlanetUnknown
Thanks. I'll wait for your slice on web2pyslices in that case. I found a thread where you mention this exception got multiple values for keyword argument 'signals' I guess the slice fixes that ? On Mar 12, 4:42 pm, rochacbruno rochacbr...@gmail.com wrote: A slice is a little part of web2py

[web2py] What to tell designers when they create a mockup for my web2py site

2011-03-11 Thread PlanetUnknown
My goal is to bring an idea to fruition in the fastest way, but I want to use python. Also, I'm not a designer, hence want to get a professional to design the sites. Here are the two questions - 1.) What steps should I take so the layout developed by the designer are easiest to integrate into the