[web2py] Re: uwsgi from python2.7 to python3

2020-06-20 Thread Daniel Holth
In uwsgi you need to use a separate plugin for each version of Python. You start with a version of uwsgi with no languages compiled in, the OS uWSGI packages are typically built this way. You obtain a different Python plugin for each version of Python that you want to use. Then you run your Pyth

Re: [web2py] Re: uwsgi from python2.7 to python3

2020-05-26 Thread Dave S
On Thursday, May 21, 2020 at 6:13:17 AM UTC-7, Ramos wrote: > > no, but i dont want to mess with uwsgi because i may need to use python > 2.7 again as i´m fixing code bugs from 2.7 to 3. > will i have problems upgrading uwsgi but using python 2.7? > > > Can you use a virtual env or a docker cont

Re: [web2py] Re: uwsgi from python2.7 to python3

2020-05-21 Thread António Ramos
no, but i dont want to mess with uwsgi because i may need to use python 2.7 again as i´m fixing code bugs from 2.7 to 3. will i have problems upgrading uwsgi but using python 2.7? Em qui., 21 de mai. de 2020 às 13:28, Clemens < clemens.odend...@claret-clover.de> escreveu: > Have you already inst

[web2py] Re: uwsgi from python2.7 to python3

2020-05-21 Thread Clemens
Have you already installed the python-3-uwsgi-lib? *pip3* install --no-binary :all: --upgrade uwsgi Have a try! Regards Clemens On Wednesday, May 20, 2020 at 6:24:56 PM UTC+2, Ramos wrote: > > hello i´m using webfaction and this script > > https://github.com/duducosmos/webfaction-web2py-nginx-