[web2py] Re: web2py 2.15.0b1

2017-07-31 Thread Oliver Holmes
Yes, that did the trick! Thank you! Cheers! Oliver Holmes -- 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 received this message because you

[web2py] Re: web2py 2.15.0b1

2017-07-31 Thread Oliver Holmes
d) rv = self.cursor.execute(command, *args[1:], **kwargs) for handler in handlers: handler.after_execute(command) return rv Variables rv undefined self args ('SELECT "gdt_config"."id", "gdt_config&quo

[web2py] Re: Numpy 1.13.0 renders web2py via apache https irresponsive

2017-07-04 Thread Oliver Holmes
Am Dienstag, 4. Juli 2017 11:02:50 UTC+2 schrieb Leonel Câmara: > > It's not a recent problem see: > https://github.com/numpy/numpy/issues/3837 > https://github.com/numpy/numpy/issues/8559 > > And see: > >

[web2py] Re: Numpy 1.13.0 renders web2py via apache https irresponsive

2017-07-04 Thread Oliver Holmes
Am Dienstag, 4. Juli 2017 00:49:19 UTC+2 schrieb Leonel Câmara: > > This has nothing to do with web2py, this is an issue between mod_wsgi > which uses sub-interpreters and numpy which really doesn't like that and > may become deadlocked. > > The best solution is simply not to use mod_wsgi. >

Re: [web2py] Numpy 1.13.0 renders web2py vie apache https irresponsive

2017-07-03 Thread Oliver Holmes
Am Montag, 3. Juli 2017 17:30:07 UTC+2 schrieb Richard: > > You don't mention which web2py version you have in place... > > Sorry, I did forget to mention that. Here goes: 2.14.6-stable+timestamp.2016.05.10.00.21.47 (läuft auf Apache/2.4.10 (Raspbian), Python 2.7.9) Regards, O

[web2py] Numpy 1.13.0 renders web2py vie apache https irresponsive

2017-07-03 Thread Oliver Holmes
is a plain timeout. When rolling back to numpy 1.12.1 this is no longer the case. Everything works just fine. Just wanted to give you guys a heads up, in case anyone ran into something similar. BTW my machine is a RaspberryPi 3 with current Raspbian. Regards, Oliver Holmes -- Resources: - http

[web2py] Re: request.folder

2017-03-23 Thread Oliver Holmes
, that got broken and subsequently fixed again. If this is not an issue for anyone else, then feel free to ignore the fault. Cheers, Oliver Holmes Am Dienstag, 21. März 2017 16:58:48 UTC+1 schrieb Anthony: > > How does this cause problems for you? > > Note, because starting the shell

[web2py] Re: request.folder

2017-03-21 Thread Oliver Holmes
(parameter -K) or as a background task as noted here in this thread it will give only the relative path to the app starting with "application" i.e. "application/MyApp". I consider this to be a bug and would very much appreciate a fix. Sincerly, Oliver Holmes Am Mittwoch,

[web2py] Re: Is it possible for Web2Py SOAP-Services to give feedback during lenghty operations?

2016-10-24 Thread Oliver Holmes
of message would be great just numeric to >> fill a progress indicator or even text to display progress messages? >> >> Regards, >> Oliver Holmes >> > > > Here's what I would do: run the update as a queued task. Have a > "progress" ta

[web2py] Is it possible for Web2Py SOAP-Services to give feedback during lenghty operations?

2016-10-20 Thread Oliver Holmes
, for the user there is no way of knowing how far the procedure has gone, and how much longer the wait will be. Is there a possibility to give feedback to the client? Any kind of message would be great just numeric to fill a progress indicator or even text to display progress messages? Regards, Oliver

Re: [web2py] Re: web2py as a frontend for monitoring serial ports

2016-02-09 Thread Oliver Holmes
José Luis, now that sounds promising! So, what I'd do is put my serial port reading procedure together with SQL inserts in an endless loop (while True) and just let it roll. Later on though, I'd like to have it all wrapped up in a service to start, whenever the Raspberry booted. I'm guessing,

[web2py] web2py as a frontend for monitoring serial ports

2016-02-08 Thread Oliver Holmes
Hi, I'm new to web2py and quite frankly to python as well, so please bear with me ;) I would like to use web2py to serve data, that it has gathered and processed from the serial port. There is new data available once a second. Obviously I'll have to use the scheduler, to accomplish reading and

[web2py] Re: web2py as a frontend for monitoring serial ports

2016-02-08 Thread Oliver Holmes
go about this task? And thanks, Marcelo, about an hour after my post, I realized that I could just download the latest source and use that... I am a little slow ;) Regards, Oliver Am Montag, 8. Februar 2016 10:23:54 UTC+1 schrieb Oliver Holmes: > > Hi, > > I'm new to web2py and q

[web2py] Re: Probably very naive question from new user

2016-02-06 Thread Oliver Holmes
Oh, yes. Those nice small tuts are really helpful. Am Montag, 1. Februar 2016 19:58:44 UTC+1 schrieb jimbo: > > I found this useful as are other posts on the site. > http://www.pyguy.com/web2py/web2py-one-to-many-database-tutorial/ > > On Monday, 1 February 2016 11:33:38 UTC, Chris Green wrote: