[web2py] Re: github discussion feature

2021-01-07 Thread Jim S
I'd be interested in at least exploring it as an option. I'm not happy with the new google groups at all. -Jim On Thursday, January 7, 2021 at 5:09:50 PM UTC-6 黄祥 wrote: > *problem with google group* > sometime the post is deleted automatically after posted > > *alternative* > perhaps can

[web2py] github discussion feature

2021-01-07 Thread 黄祥
*problem with google group* sometime the post is deleted automatically after posted *alternative* perhaps can use github discussion feature, some repo already use it to discuss about their project (request feature, ideas, qna, dll), but not found in web2py and py4web github repo thanks and

RE: [web2py] Re: Fixes for uWSGI + ngnix install script in Ubuntu 20.04.01 LTS?

2021-01-07 Thread Tim Nyborg
Agreed that the web2py itself shouldn’t require python 3, but python 2 is no longer the default for Ubuntu, and a public configuration recipe should reflect that.A user who really needs 2.7 for their projects will be able to adapt it without much effort. From: web2py@googlegroups.com On

[web2py] Re: URgent No module named applications.empre.modules.requests

2021-01-07 Thread António Ramos
solved. had to kill processes because stop didnt do it Then start solved the import error Em qui., 7 de jan. de 2021 às 10:28, António Ramos escreveu: > Hello today my web2py does not start with the error > > No module named applications.empre.modules.requests?? > > requests is inside

[web2py] Re: Fixes for uWSGI + ngnix install script in Ubuntu 20.04.01 LTS?

2021-01-07 Thread david...@gmail.com
OK - thanks for the feedback. I've read around on similar comments and I completely get that there is a groundswell against making web2py code require python 3 (essentially other frameworks should be used instead), but this would just be removing a barrier to getting it working with python 3

[web2py] URgent No module named applications.empre.modules.requests

2021-01-07 Thread António Ramos
Hello today my web2py does not start with the error No module named applications.empre.modules.requests?? requests is inside site-packages. I have python3.6 in opalstack What can I do? Regards -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Fixes for uWSGI + ngnix install script in Ubuntu 20.04.01 LTS?

2021-01-07 Thread Tim Nyborg
Agree that the changes merit a pull request, and the script should now be py3-specific, since we're past py2 EOL. Re. problem 3, I think the script once handled ubuntu/debian versions with initd OR systemd, and that the init config is long obsolete and should be removed. It was useful having