[web2py] Bug with "list:string" in gae

2011-06-03 Thread Luciano
There is a problem of encoding, to write data to fields of type "list:string" in gae. When we have a field of type "list: string" and try to write data in this field, the method represents web2py run () class NoSQLAdapter (), is present in web2py/gluon/dal.py, and str (x) in line 2633. However the

[web2py] Receiving an URL as request.vars

2013-12-04 Thread luciano
Hello, I'm writing an app using web2py and I would need to accept a full URL as a get parameter, so in case the following request is received: "http://www.mysite.com/http://www.google.com/"; a controller function should be called with the value "http://www.google.com/"; as an argument. Is this

[web2py:24274] Re: from slashdot: Oracle Beware - Google Tests Cloud-Based Database

2009-06-15 Thread Luciano Ramalho
l Cheers, Luciano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email

[web2py] Problem reading xls with xlrd

2013-02-14 Thread Luciano B
I have this code in controller trying to read an .xls file : def upload(): import xlrd form = SQLFORM.factory(Field('pago', 'upload', uploadfolder='/home/user/web2py/applications/pruebas/uploads')).process() if form.accepts(request.vars,keepvalues=T

[web2py] Introducing myself

2012-02-26 Thread Luciano Pacheco
eem to be very worth, as far as I navigated in the archives. I've been working with Django and before I worked with Plone. I started to play with Python occasionally in 2005 and since 2008 I've been working only with it. :-) I looking forward to help the community. :-) Regards, -- Luciano Pacheco blog.lucmult.com.br

Re: [web2py] Re: Method to interactively experiment with web2py

2012-02-26 Thread Luciano Pacheco
bject? -> Details about 'object', use 'object??' for extra details. In [1]: What's the error you're getting ? [], -- Luciano Pacheco blog.lucmult.com.br On Sun, Feb 26, 2012 at 7:56 PM, Phyo Arkar wrote: > web2py shell no longer works with latest ipython 0.1

[web2py] Running a player in background - Thread

2012-02-26 Thread Luciano Pacheco
#x27;s about to finish the music dispatch the logic to get # the next music print '[%s] ended:' % datetime.now(), player.filename player = Mplayer('/path/to/a/file/199.mp3') #player = MPG123Player('199.mp3') player.s

Re: [web2py] Re: cron setup

2012-02-26 Thread Luciano Pacheco
is chapter. :-) Regards, -- Luciano Pacheco blog.lucmult.com.br On Mon, Feb 27, 2012 at 10:08 AM, Alan Etkin wrote: > It's all in the book (if you haven't seen yet) > > http://web2py.com/books/default/chapter/29/4#Cron > > By the way, The link in web2py to cron (http://web2py.com

Re: [web2py] Re: Sporadic ImportError with custom module

2012-02-26 Thread Luciano Pacheco
on the module are -rw-r--r--, apache:apache (the same > > user:group Apache is configured to use). > > > > The full source code can be found here[0], and I can provide > > additional information on the server if needed. > > > > What could be going wrong? > > > > [0] > https://github.com/spiffytech/MobileBlur/tree/master/applications/mob... [], -- Luciano Pacheco blog.lucmult.com.br

Re: [web2py] Re: cron setup

2012-02-27 Thread Luciano Pacheco
Example: http://movu.ca/demo/article/show/31/web2py-cron-task My first try in movu.ca :-) On Mon, Feb 27, 2012 at 2:32 PM, Sanjeet Kumar wrote: > Exactly I need the examples > > > On Mon, Feb 27, 2012 at 4:56 AM, Luciano Pacheco wrote: > >> I think Sanjeet means,

Re: [web2py] Re: cron setup

2012-02-28 Thread Luciano Pacheco
my application > > > On Mon, Feb 27, 2012 at 5:39 PM, Luciano Pacheco wrote: > >> Example: >> >> http://movu.ca/demo/article/show/31/web2py-cron-task >> >> My first try in movu.ca :-) >> >> >> On Mon, Feb 27, 2012 at 2:32 PM, Sanjeet Kumar w

Re: [web2py] About concurrent tasks

2012-02-28 Thread Luciano Pacheco
ay (even if the right is another > web framework or even another language). > Thank you very much. -- Luciano Pacheco blog.lucmult.com.br

Re: [web2py] Re: cron setup

2012-02-28 Thread Luciano Pacheco
he default controller and the index function can you > tell me how can i run the index function by using crontab which are in my > application folder. > > > On Tue, Feb 28, 2012 at 4:12 PM, Luciano Pacheco wrote: > >> Following the same

Re: [web2py] Re: About concurrent tasks

2012-02-28 Thread Luciano Pacheco
one waiting for another. > Just that. > The problem is the "just that" doen't scale. This application is supposed to be small ? If so, just use threads and will work. But, if you want to have 100 users opening each one 20 threads, it's clear that there is a limitation, isn&#

Re: [web2py] Re: cron setup

2012-02-28 Thread Luciano Pacheco
, Feb 28, 2012 at 10:33 PM, Sanjeet Kumar wrote: > Yes I want to run the index function of my default controller in a cron is > this possible or not ? > > On Tue, Feb 28, 2012 at 4:58 PM, Luciano Pacheco wrote: > >> You want to run the index function of your controller in a cr

Re: [web2py] Re: cron setup

2012-02-29 Thread Luciano Pacheco
On Wed, Feb 29, 2012 at 11:10 PM, Sanjeet Kumar wrote: > I have the following code in my crontab :- > > 0-59/1****root **applications/welcome/cron/test.py > put just 1 * before applications/ [], -- Luciano Pacheco blog.lucmult.com.br

Re: [web2py] Re: cron setup

2012-03-01 Thread Luciano Pacheco
Sorry, now I have no idea about the error, since I'm still very new to web2py. :-) Anyone know about this error? On Thu, Mar 1, 2012 at 2:16 PM, Sanjeet Kumar wrote: > Luciano i removed the one * before the applications and tryed than i got > the following error :- > > &

[web2py] Simple didactic integration of web2py with Vue.js

2019-03-24 Thread luciano . ondir
/luciano-ondir/simple-Web2py-VueJs This project has the following objectives: a. Keeping simplicity, avoiding installing other software (like npn, webpack, etc) b. Ease to use, keeping soft learning curve for new comers c. Seamless Integration with web2py, keeping web2py cybersecurity and access

Re: [web2py] Re: ERROR : ImportError: No module named gluon.utils in websocket_messaging.py after upgrade to 2.15.4

2017-11-02 Thread Luciano Bovio
El 01/11/17 a las 20:57, Massimo Di Pierro escribió: make sure web2py is in PYTHON_PATH On Wednesday, 1 November 2017 08:19:02 UTC-5, Omicron VT wrote: El miércoles, 1 de noviembre de 2017, 9:17:45 (UTC-3), Omicron VT escribió: I have been using websocket_messaging.py without

[web2py] Problem with encoding (INSERT web2py)

2019-09-21 Thread Luciano Fain
Dear Team I have a string with an special charater on it: 'SECRETARÍA XXX' When i try to do an insert on DB id_encabezado = db.encabezado.insert(tipo_reg = 0,nombre_cliente = 'SECRETARÍA' ) got the following error: 'ascii' codec can't decode byte 0xc3 in position 942: ordinal not in range(128

Re: [web2py] Re: Problem with encoding (INSERT web2py)

2019-09-22 Thread Luciano Fain
>> >> nombre_cliente = u'SECRETARÍA' >> >> What is your connection string? which python version? >> >> On Saturday, 21 September 2019 23:43:42 UTC-7, Luciano Fain wrote: >>> >>> Dear Team >>> >>> I have a string with an s

[web2py] Re: grid: top + button: how to adapt dynamically & translate the title 'add record to database' ?

2020-05-04 Thread Luciano Bovio
I have the same problem on translation I have to modify button text with jQuery. Any ideas ? On Monday, February 12, 2018 at 7:01:17 AM UTC-3, Serge Bourgeois wrote: > > > Hello, > The following codes changes dynamically the title of the button on the top > left of the form in English. > But

[web2py] Web2py + Nginx - Logging

2020-07-01 Thread Luciano Bovio
Is it possible to log web2py output messages to a file when running web2py+nginx+uwsgi (installed with provided ubuntu script) ? I need to view the messages that i see in console when running rocket server. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - h

[web2py] SQLFORM.grid, best approach for searching in ID type field

2020-07-06 Thread Luciano Bovio
I am reading a table from another application just to perform searches. I am using SQLFORM.grid, my problem is that i need to search for 'product_code' field that in my DAL i have mapped as ID. I have no rights to write fields on remote DB. /models/remote_server.py db1.define_table('web_pro

[web2py] Strange behavior storing data - web2py 2.3.2 - Mac OS X 10.7.5

2013-01-14 Thread Luciano Laporta Podazza
en2" return "user_exists" db.py: from gluon.tools import Auth auth = Auth(db, hmac_key=Auth.get_or_create_key()) auth.settings.extra_fields['auth_user']= [ Field('birthday', 'date'), Field('facebook_id', 'string'),

Re: [web2py] Strange behavior storing data - web2py 2.3.2 - Mac OS X 10.7.5

2013-01-14 Thread Luciano Laporta Podazza
On Jan 14, 2013, at 2:45 PM, Massimo Di Pierro wrote: > You say "This was actually working and I didn't modified anything(really)." > did you upgrade or did it simply stopped working? It simply stopped working. > > On Monday, 14 January 2013 05:19:05 UTC-6, Lu

Re: [web2py] Re: Strange behavior storing data - web2py 2.3.2 - Mac OS X 10.7.5

2013-01-18 Thread Luciano Laporta Podazza
ocale), due that facebook users can be es_LA, es_ES, en_US, etc; the date formats are different so now I'm doing some research about how to deal with them and convert them automatically to db 'date' format: -MM-DD. Lot of thanks for your help :) -- Atte Luciano Laporta Podazza --

[web2py] Compare row objects inside a for... in loop

2013-01-22 Thread Luciano Laporta Podazza
Hello, I've been searching a lot about this but couldn't find anything so sorry for this basic question. How can I compare an actual row object with the next one inside a for...in loop? Thanks in advance! --

Re: [web2py] Re: Compare row objects inside a for... in loop

2013-01-22 Thread Luciano Laporta Podazza
i in range(len(rows)-1): > > > Anthony > > On Tuesday, January 22, 2013 8:17:10 AM UTC-5, Luciano Laporta Podazza > wrote: >> >> Hello, >> >> I've been searching a lot about this but couldn't find anything so sorry >> for this basic question. >

[web2py] web2py + exceptions(tickets) service?

2013-02-14 Thread Luciano Laporta Podazza
Hello!, I would like to know if there's something like http://www.exceptional.io but with support for web2py?. Thanks! -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, sen

[web2py] Re: web2py + exceptions(tickets) service?

2013-02-14 Thread Luciano Laporta Podazza
fired by your app, web2py has already all the bits you need. > Thanks for the answer Niphlod, but didn't understand the last part about being alerted(besides taking a look at the admin app). Cheers! > > On Thursday, February 14, 2013 5:00:24 PM UTC+1, Luciano Laporta Podazza

Re: [web2py] Re: web2py + exceptions(tickets) service?

2013-02-15 Thread Luciano Laporta Podazza
(or at least the > ideas :P) > > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to web2py+unsubscr...@googlegroups.com.

[web2py] Loading modules fails - web2py 2.1.1(and earlier) / python 2.7.1 / Mac OS X

2012-10-18 Thread Luciano Laporta Podazza
Hello, first of all thank you Massimo and you people for this awesome framework! I'm in love with it! :D I've tried to load some facebook modules and none of them works, at least on Mac OS. This is what I did: 1. Get facebook api from one of these repos: https://github.com/sciyoshi/pyfacebook/

[web2py] Re: Loading modules fails - web2py 2.1.1(and earlier) / python 2.7.1 / Mac OS X

2012-10-19 Thread Luciano Laporta Podazza
JSON parser try: import gluon.contrib.simplejson as json And that's all. Hope it helps anybody! On Thursday, October 18, 2012 1:43:29 PM UTC-3, Luciano Laporta Podazza wrote: > > Hello, first of all thank you Massimo and you people for this awesome > framework! I'm in love wi

[web2py] Re: Loading modules fails - web2py 2.1.1(and earlier) / python 2.7.1 / Mac OS X

2012-10-20 Thread Luciano Laporta Podazza
Hello Massimo!, comments inline. On Saturday, October 20, 2012 11:43:43 AM UTC-3, Massimo Di Pierro wrote: > > I am very puzzled but this. It should not be necessary. Does the code > below work for you? > > $ python web2py.py -S welcome > (InteractiveConsole) > >>> import simplejson > If I use

Re: [web2py] Re: Loading modules fails - web2py 2.1.1(and earlier) / python 2.7.1 / Mac OS X

2012-10-20 Thread Luciano Laporta Podazza
gt; > On Saturday, 20 October 2012 11:32:55 UTC-5, Luciano Laporta Podazza wrote: >> >> Hello Massimo!, comments inline. >> >> On Saturday, October 20, 2012 11:43:43 AM UTC-3, Massimo Di Pierro wrote: >>> >>> I am very puzzled but this. It should not be n

[web2py] Bug?: Spanish formatted dates won't store on database(english ones do)

2016-08-16 Thread Luciano Laporta Podazza
Hello, I'm working on a simple case file project and realized that working with english date format has no issues but if I use spanish ones(taking advantage of internacionalization) they don't get stored on database. Here is my controller: @auth.requires_login() def index(): """ example

[web2py] Smartgrid search: How do I search on integers and linked tables?

2016-09-01 Thread Luciano Laporta Podazza
Hello, 1. I noted that Smartgrid does not search on integers unless I select that specific field on the dropdown search widget menu, so I would like to know how to "enable" this by default so users can search by numbers too. 2. On the other hand, I would like to search on linked tables too. I

[web2py] Re: Smartgrid search: How do I search on integers and linked tables?

2016-09-16 Thread Luciano Laporta Podazza
On Tuesday, September 6, 2016 at 11:37:00 AM UTC-3, Massimo Di Pierro wrote: > > You can customize smartgrid and make your own search function. By default > you cannot. > Thanks Massimo! > > On Thursday, 1 September 2016 20:34:27 UTC-5, Luciano Laporta Podazza > wrote:

[web2py] SQLFORM.smartgrid() ui does not accept elements customization through dict() (SQLFORM.grid does)

2016-10-12 Thread Luciano Laporta Podazza
Hello! I tried to apply some css classes to smartgrid elements with no success. It seems that smartgrid ignores ui argument but grid does my controller: def index(): """ example action using the internationalization operator T and flash rendered by views/default/index.html or views/

[web2py] OAuth2 + Twitter 'module' object has no attribute 'Consumer' error

2013-12-21 Thread Luciano Laporta Podazza
Hello, I've been trying to integrate Facebook/Twitter login with Web2py 2.8.2-stable and OAuth2(the built-in oauth20_account.py) using this example: https://groups.google.com/forum/#!topic/web2py/S9ukjWz6qMA Facebook login works but when I try the Twitter example I get this traceback: Traceb

Re: [web2py] OAuth2 + Twitter 'module' object has no attribute 'Consumer' error

2013-12-21 Thread Luciano Laporta Podazza
bout the error check that you have installed the above package on your > system. You can do so in a python shell: > > $ python > >>> import oauth2 > >>> consumer = oauth2.Consumer > >>> print consumer > > > > > 2013/12/21 Luciano Laporta Po

[web2py] Social Login - Twitter logs out plus some other issues- web2py 2.8.2 / Mac OS X 10.9.1

2013-12-22 Thread Luciano Laporta Podazza
Hello, I'm trying to implement Social Login following this example exactly as it shows here: https://groups.google.com/forum/#!topic/web2py/S9ukjWz6qMA Facebook works well, but I'm having some issues: 1. Twitter login works fine, but when it returns from twitter's login page to my web2py app(

[web2py] New record creates on Select?

2014-01-25 Thread Luciano Laporta Podazza
Hello, I created a form(SQLFORM) to perform a search(without using crud.search) and for some reason, every time I do a search, a new record is created with default values. I really don't know if I'm doing something wrong or is it a bug. Tested with Web2py 2.8.2 on Mac OS X 10.9.1 and MySQL 5. A

[web2py] Re: New record creates on Select?

2014-01-25 Thread Luciano Laporta Podazza
> not a bug. By default, SQLFORM.process() does an insert. To avoid that, you > could do SQLFORM.process(..., dbio=False), or just do SQLFORM.validate() > instead (.validate doesn't do an insert by default). > > Anthony > > On Saturday, January 25, 2014 5:57:58 PM UT

Re: [web2py] Re: Social Login - Twitter logs out plus some other issues- web2py 2.8.2 / Mac OS X 10.9.1

2014-02-17 Thread Luciano Laporta Podazza
facebook auth, login, and register it leaving the regular login/register intact and totally functional :) Hope it makes sense and that it helps you. Cheers On Mon, Feb 17, 2014 at 7:07 PM, Tito Garrido wrote: > Hi Luciano, > > Did you find a way to use auth.settings.login_form in the c

[web2py] Appadmin redirect after upgrading to 2.9.7

2014-09-05 Thread Luciano Laporta Podazza
Hello, I was developing an application with web2py 2.9.5-trunk+timestamp.2014.03.29.21.54.41 and appadmin worked fine until I upgraded to latest 2.9.7. Now when I access appadmin for ANY app(welcome, examples, my app, etc) it redirects to admin and nothing happens. Tried cleaning everything,

Re: [web2py] Re: Appadmin redirect after upgrading to 2.9.7

2014-09-05 Thread Luciano Laporta Podazza
Hi Niphlod, No, I'm working locally and no proxies at all. Why you ask? On Fri, Sep 5, 2014 at 4:58 PM, Niphlod wrote: > are you behind a proxy ? > > > On Friday, September 5, 2014 9:34:12 PM UTC+2, Luciano Laporta Podazza > wrote: >> >> Hello, >> &

Re: [web2py] Re: Appadmin redirect after upgrading to 2.9.7

2014-09-05 Thread Luciano Laporta Podazza
I've just get back to 2.9.5 and appadmin works. I'm confused :P On Fri, Sep 5, 2014 at 4:59 PM, Luciano Laporta Podazza < lucianopoda...@gmail.com> wrote: > Hi Niphlod, > > No, I'm working locally and no proxies at all. Why you ask? > > > On Fri, Sep 5, 20

Re: [web2py] Re: Appadmin redirect after upgrading to 2.9.7

2014-09-06 Thread Luciano Laporta Podazza
eing the code of appadmin.py (assuming is the latest from 2.9.7) the >>>> redirection is made on line 54. Look at those conditions and add a few log >>>> (or print) statements to pinpoint the root cause. >>>> >>>> On Friday, September 5, 2014 10:00:0

Re: [web2py] Re: Appadmin redirect after upgrading to 2.9.7

2014-09-06 Thread Luciano Laporta Podazza
Same issue :(, as mentioned before, tried testing default apps and my app and it redirects to admin page. On Sat, Sep 6, 2014 at 8:14 PM, Luciano Laporta Podazza < lucianopoda...@gmail.com> wrote: > Right now! :), I'll get back to you with results. > > Cheers. > > >

Re: [web2py] Re: Appadmin redirect after upgrading to 2.9.7

2014-09-07 Thread Luciano Laporta Podazza
>> administration page in a app. >> >> Le dimanche 7 septembre 2014 01:19:31 UTC+2, Luciano Laporta Podazza a >> écrit : >>> >>> Same issue :(, as mentioned before, tried testing default apps and my >>> app and it redirects to admin page. >>>

[web2py] db.commit() taking too long to update records

2014-09-09 Thread Luciano Laporta Podazza
Hello, I'm having a strange issue, I have a website that queries data through an ajax call from the server using web2py json services every *5 seconds*. Then from the client I can update some data to the server with this: @service.json def block_user(): data = json.loads(request.body.read()

Re: [web2py] Re: db.commit() taking too long to update records

2014-09-09 Thread Luciano Laporta Podazza
gt; https://groups.google.com/d/topic/web2py/6z13PTcZ5io/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Atte Luciano Laporta Podazza --

Re: [web2py] Re: db.commit() taking too long to update records

2014-09-09 Thread Luciano Laporta Podazza
ic/web2py/6z13PTcZ5io/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Atte Luciano Laporta Podazza -- Resources: - http://web2py.co

Re: [web2py] Re: db.commit() taking too long to update records

2014-09-09 Thread Luciano Laporta Podazza
;web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/6z13PTcZ5io/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.

[web2py] Customize SQLFORM.grid

2014-09-09 Thread Luciano Laporta Podazza
Hello, I would like to take advantage of SQLFORM.grid search, listing and pagination capabilities to generate a listing from a table, but I need to customize the resulting rows like this:

[web2py] Re: Customize SQLFORM.grid

2014-09-10 Thread Luciano Laporta Podazza
eers! On Wednesday, September 10, 2014 11:36:06 AM UTC-3, Anthony wrote: > > Are you saying you don't want each record in an HTML table row but instead > want to display each record as a card? There's no built-in way to do that, > but you can hack the returned grid object

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

2014-10-11 Thread Luciano Laporta Podazza
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: from gluon.tools import Service service = Service() import gluon.contrib.simplejson as json def call(): session.forget() return service() @service.json d

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

2014-10-12 Thread Luciano Laporta Podazza
th no luck (actually I'm learning how to do it :P) Any suggestions?. Thanks! On Sun, Oct 12, 2014 at 10:07 AM, Niphlod wrote: > uhm, could be something related to > > http://bugs.python.org/issue21720 > > > > > On Sunday, October 12, 2014 1:53:40 AM UTC+2, Luciano Lapo

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

2014-10-13 Thread Luciano Laporta Podazza
... web2py can't choose what python > version to run at runtime.... > > On Sunday, October 12, 2014 7:39:16 PM UTC+2, Luciano Laporta Podazza > wrote: >> >> It seems to. >> >> I've tried using pyenv to switch to Python 2.7.5 (the one it works), >>

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

2014-10-15 Thread Luciano Laporta Podazza
l!. Thanks for your support! On Mon, Oct 13, 2014 at 4:36 PM, Luciano Laporta Podazza < lucianopoda...@gmail.com> wrote: > Thanks Niphlod, > > I've just managed to make any python version work (< 2.7.5), web2py runs > the Python version I want but the error still remai

[web2py] Re: db.commit() taking too long to update records

2014-10-22 Thread Luciano Laporta Podazza
Hi Niphlod, I did what you say and if I try doing the query through console it works perfectly and fast: >>> db._timings [('SET FOREIGN_KEY_CHECKS=1;', 0.0002541542053222656), ("SET sql_mode='NO_BACKSLASH_ESCAPES';", 0.0002338886260986328)] >>> db((db.alerts.alerts_id==1)&(db.alerts.archive

Re: [web2py] Re: db.commit() taking too long to update records

2014-10-22 Thread Luciano Laporta Podazza
By the way, I've already tried the SQL query manually and it works perfectly. I'm using Web2py 2.9.11 and I'm starting to think that perhaps there's an issue with web2py services. Any ideas?. Thanks On Wed, Oct 22, 2014 at 10:30 PM, Luciano Laporta Podazza < lucianop

Re: [web2py] Re: db.commit() taking too long to update records

2014-10-23 Thread Luciano Laporta Podazza
; Anthony > > > On Wednesday, October 22, 2014 9:30:50 PM UTC-4, Luciano Laporta Podazza > wrote: >> >> Hi Niphlod, >> >> I did what you say and if I try doing the query through console it works >> perfectly and fast: >> >> >>> d

Re: [web2py] Re: db.commit() taking too long to update records

2014-10-24 Thread Luciano Laporta Podazza
ed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/6z13PTcZ5io/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > web2py+unsubscr...@googleg

[web2py] Select image path and content from a db(table).select()

2017-08-08 Thread Luciano Laporta Podazza
Hello, I was wondering how to do a web service (json) to select all rows from a table, where there's an 'upload' field type and return them in JSON, with "upload" field data (images) encoded in base64. The problem I'm having is that when I do the db(table_name).select() I'm only getting the im

Re: [web2py] Re: nginx setup: [Errno 13] Permission denied: '/root/.python-eggs'

2015-10-22 Thread Luciano Laporta Podazza
, send an email to > web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Atte Luciano Laporta Podazza -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -