[web2py] Re: wsgihandler.py hangs after updating pandas library

2017-05-29 Thread Massimo Di Pierro
sorry we did not help with this but everybody has moved on to Nginx these days. :-) On Monday, 22 May 2017 16:33:33 UTC-5, Nicolas Petitclerc wrote: > > I figured it out, at last! It was a mod_wsgi issue with loading C > extension module: > > https://serverfault.com/questions/514242/non-respons

[web2py] Re: wsgihandler.py hangs after updating pandas library

2017-05-22 Thread Nicolas Petitclerc
I figured it out, at last! It was a mod_wsgi issue with loading C extension module: https://serverfault.com/questions/514242/non-responsive-apache-mod-wsgi-after-installing-scipy/514251#514251 Adding: WSGIApplicationGroup %{GLOBAL} in my apache .conf file fixed it. On Friday, April 28, 2017

[web2py] Re: wsgihandler.py hangs after updating pandas library

2017-05-22 Thread Nicolas Petitclerc
That didn't help either, same error: [mpm_prefork:notice] [pid 26692] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.21 OpenSSL/1.0.1f mod_wsgi/4.5.15 Python/2.7 configured -- resuming normal operations [core:notice] [pid 26692] AH00094: Command line: '/usr/sbin/apache2' [wsgi:error] [pid

[web2py] Re: wsgihandler.py hangs after updating pandas library

2017-05-22 Thread Nicolas Petitclerc
Perhaps updating mod_wsgi to latest (4.5.15) would help? On Friday, April 28, 2017 at 12:50:56 PM UTC+2, Nicolas Petitclerc wrote: > > Hi, > > I need to update pandas - web2py uses the Ubuntu distribution version > (which is getting old Pandas 0.17.0). So I pip installed the latest version > int

[web2py] Re: wsgihandler.py hangs after updating pandas library

2017-05-22 Thread Nicolas Petitclerc
I installed pandas 0.20.0 to 'web2py/site-packages/' so that I could easily revert back to the previous version. If I install 0.20.0 globally, I get the same error with wsgihandler.py :/ On Friday, April 28, 2017 at 12:50:56 PM UTC+2, Nicolas Petitclerc wrote: > > Hi, > > I need to update pand

[web2py] Re: wsgihandler.py hangs after updating pandas library

2017-05-02 Thread Marlysson Silva
Why you don't install pip globally ? Or in a virtual enviroment.. Em sexta-feira, 28 de abril de 2017 07:50:56 UTC-3, Nicolas Petitclerc escreveu: > > Hi, > > I need to update pandas - web2py uses the Ubuntu distribution version > (which is getting old Pandas 0.17.0). So I pip installed the late