Re: [web2py] Re: bootstrap 3 - if you care help test trunk now

2014-10-12 Thread Gael Princivalle
> > > Hello all. Do we know when the web2py Bootstrap 3 version will be released ? Regards. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You receiv

[web2py] can't start interactive shell

2014-10-12 Thread LoveWeb2py
What am I doing wrong? C:\web2py\web2py>web2py.exe -S myapp web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2014 Version 2.9.5-stable+timestamp.2014.03.20.22.57.13 Database drivers available: SQLite(sqlite3), MySQL(pymysql), PostgreSQL(psycopg2), PostgreSQL(pg8000), MSSQL(pyodbc

[web2py] RESTful request args/vars with JSON array

2014-10-12 Thread Henry Nguyen
I have a function in my controller decorated with the @request.restful() decorator. I would like to be able to accept a JSON array of objects, [{"id": 1, "new_value": 1},{"id": 2, "new_value": 2}] , on a POST, PUT, or DELETE. For example, I'd like the client to be able to update a series of va

Re: [web2py] Re: a very selfish request

2014-10-12 Thread Albert Abril
Done, my 2cents on it, and I've just said the truth ;) Hope it helps, good luck Massimo! twitter.com/desmondo On 11 October 2014 15:39, piero crisci wrote: > I Made it too! Hope it will help massimo! > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http:/

Re: [web2py] Re: Item in ``from list'' not a string (custom_import.py) web2py 2.9.11

2014-10-12 Thread Luciano Laporta Podazza
It seems to. I've tried using pyenv to switch to Python 2.7.5 (the one it works), declared it as global and verified that works running 'python', reinstalled web2py 2.9.11 on server but web2py it still uses Python *2.7.6*. On the other hand I've tried to apply the patch with no luck (actually I'm

[web2py] Re: Item in ``from list'' not a string (custom_import.py) web2py 2.9.11

2014-10-12 Thread Niphlod
uhm, could be something related to http://bugs.python.org/issue21720 On Sunday, October 12, 2014 1:53:40 AM UTC+2, Luciano Laporta Podazza wrote: > > Hello, > > I'm using locally web2py (*2.9.8*) + Shopify API (2.0.4) on Mac OS X > 10.9.5 (Python *2.7.5*) and this code works perfectly: > > fr