[web2py] Re: Apache error: End of script output before headers: wsgihandler.py apache version 2.4

2016-10-29 Thread Massimo Di Pierro
we do not recommend using Apache and stopped supporting it some time ago. We recommend you move on to Nginx. On Saturday, 29 October 2016 21:31:59 UTC-5, Martin de Groot wrote: > > My hosting provider is attempting to get a web2py website running on a VPS > which has CentOS 7 as operating system

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-10-29 Thread Massimo Di Pierro
I meat it does not work with the git version. But let me try it again On Thursday, 27 October 2016 20:59:22 UTC-5, tomt wrote: > > I downloaded the latest release, 2.14.6, and downloaded my patch file from > this post and applied it against oracle.py: > cd gluon/packages/dal/pydal/adapters >

Re: [web2py] Re: web2py_osx on Sierra (OSX 10.12)

2016-10-29 Thread Massimo Di Pierro
I would recommend you download Anaconda python 2.7 and run python from source http://web2py.com/examples/static/web2py_src.zip If it also fails, it may give more info. On Tuesday, 25 October 2016 11:55:32 UTC-5, Scott Hunter wrote: > > Sure, but there's not much to see. > > When I launch the app

[web2py] Re: Add direct link in grid to edit page for connected table

2016-10-29 Thread Massimo Di Pierro
no idea but if this line fails: test=db(db.table_1.id==row.ref_t1).select(db.table_1.name).first(). name do you get a traceback that we can see? My guess is that occasionally db().select(..).first() is None and therefore there is .name On Tuesday, 25 October 2016 10:25:32 UTC-5, Nic

[web2py] Re: Login - message "invalid email" - on mobil

2016-10-29 Thread Massimo Di Pierro
thanks for reporting back! On Tuesday, 25 October 2016 07:29:59 UTC-5, Beat Kohler wrote: > > Hi Massimo > sorry for the late response. I found the error. It's the smartphone ... > not me :-) > As usual the smartphone will propose the email address when I start to > type and as usual I take it.

[web2py] Re: Tornado

2016-10-29 Thread Massimo Di Pierro
You can only do the opposite: run web2py on tornado: web2py/anyserver.py --server tornado On Tuesday, 25 October 2016 00:05:45 UTC-5, William wrote: > > How to run my own tornado file on web2py. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2p

[web2py] Apache error: End of script output before headers: wsgihandler.py apache version 2.4

2016-10-29 Thread Martin de Groot
My hosting provider is attempting to get a web2py website running on a VPS which has CentOS 7 as operating system and where Apache 2.4 is also installed. They keep getting Apache Internal Server Error and mod_wsgi does not work correctly. The specific error which they are getting in the log is:

[web2py] how to keep mysql connection alive during scheduler task running

2016-10-29 Thread Saint Havy
Hi, I used web2py to run scheduled task which execute shell commands, the code of my task as below: p = subprocess.Popen(command_shell, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) stdou

[web2py] Re: IDE for using web2py on windows

2016-10-29 Thread Nikos Panagogiannopoulos
Will the community version of PyCharm be capable to full service me or i do have to go the the paid version? -- 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)

[web2py] End of script output before headers : wsgihandler.py

2016-10-29 Thread Martin de Groot
My hosting provider attempts to get a web2py website working with a VPS running Centos 7 and using Apache webserver version 2.4 The following error in Apache keeps coming up: End of output script before headers: wsgihandler.py Apache version 2.4 They have tried several suggested solutions, sea

[web2py] Re: Most "proper way" to configure web2py in pycharm

2016-10-29 Thread Ty oc
I should say for the community edition... not the pro one. El miércoles, 19 de octubre de 2016, 13:49:35 (UTC-5), Willoughby escribió: > > http://www.jetbrains.com/help/pycharm/2016.2/web2py.html > > On Wednesday, October 19, 2016 at 1:37:48 PM UTC-4, Ty oc wrote: >> >> Hi there, I know I can debu

[web2py] Re: problem with sqleditable

2016-10-29 Thread Peter
Hi Vic, I'm a noob and don't want to waste your time so up front I'm saying you might want to ignore this entirely! It's not clear (to me) where your 'editable' gets used after it is assigned? To a noob it looks like the non standard SQLEDITABLE could be bypassing web2pys inbuilt methods? but t