Re: [tryton-es] Error al iniciar servidor tryton

2017-11-03 Thread Fernando Sánchez
Holas Como dice Sergi gnuhealth 3.2 corre sobre python 3, por tanto se debe portar el codigo hecho para python 2.7 a python 3. Hay una herramienta 2to3 que te ayuda en esa tarea. La libreria urllib fue dividida en 3 partes para python 3, al parecer sería la causa del error que muestras, revisa

Re: [tryton] Tryton root in suddirectory

2017-11-03 Thread Cédric Krier
On 2017-11-02 20:50, PMan wrote: > Running trytond with the --dev flag, here is the output to the command line > as it starts, and then redirects a request for mysite.com/tryton to mysite > .com/index.html: Currently trytond redirect '/' to '/index.hml', it may be a problem for your setup. See

Re: [tryton] Tryton root in suddirectory

2017-11-03 Thread Dominique Chabord
2017-11-03 4:50 GMT+01:00 PMan : > I simplify the setup, just Werkzeug and mod_proxy. I still get redirects... > here is my apache configuration: > > > Options FollowSymLinks Indexes > SetHandler wsgi-handler > ProxyPass http://127.0.0.1:8000/ > ProxyPassReverse

Re: [tryton] Tryton root in suddirectory

2017-11-03 Thread PMan
I simplify the setup, just Werkzeug and mod_proxy. I still get redirects... here is my apache configuration: Options FollowSymLinks Indexes SetHandler wsgi-handler ProxyPass http://127.0.0.1:8000/ ProxyPassReverse http://127.0.0.1:8000/ I tried it with and without the trailing