Re: [web2py] Re: web2py + apache2 can't load Theano (Ubuntu Server 14.04)

2017-03-20 Thread Jordan Myers
Thank you for the reply. Apparently the issue was only when I tried to import theano in a controller. This worked with the rocket server, but not with Apache for some reason. Moving the code to a module and only invoking it with my web2py_scheduler service solved the issue (an immediate response is

[web2py] Re: web2py + apache2 can't load Theano (Ubuntu Server 14.04)

2017-03-20 Thread Massimo Di Pierro
How is theano installed? Could it be apache2 is using a different pythonversion? In any case, I recommend you use Nginx over Apache. On Monday, 6 March 2017 14:17:10 UTC-6, Jordan Myers wrote: > > Hello > > I've migrated my code to start using Apache2 after successful setup just > using built-i