Re: [web2py] Abridged summary of web2py@googlegroups.com - 1 update in 1 topic

2022-05-02 Thread Jonathan Clark
In the book the chapter on Access Control has a section called Two-step verification which is about 2 factor authentication. Basically it's built in. I haven't used it myself. Raise a PR if it doesn' t work as documented.

Re: [web2py] Re: left outer join

2022-02-20 Thread Jonathan Clark
Hi, Sorry I hadn't noticed that was what you meant. I was just trying to say that the book has a section on left joins, like many other topics, which you might not have seen. It's a long time since I looked at this, but I thought you could treat a select as a table for this kind of thing, but

[web2py] Re: web2py with python 2.7 and web2py running on python 3

2020-03-20 Thread Jonathan Clark
Definitely if you're using the rocket web server. There are various ways to run different versions of python on the same machine but it depends on your OS how to do it. Once you can run different pythons, you can run different versions of web2py at the same time, but you will need to use

Re: [web2py] Re: Problem with Import

2019-06-10 Thread Jonathan Clark
onnect postgres database. how can i fix this situation ? > > Please help thanks > > On Monday, June 10, 2019 at 1:53:31 PM UTC-7, Jonathan Clark wrote: >> >> Hi, >> >> If you have two modules you are importing, and one works and the other >> doesn't, why ca

[web2py] Re: Problem with Import

2019-06-10 Thread Jonathan Clark
Hi, If you have two modules you are importing, and one works and the other doesn't, why can't you: 1) Make them both the same content and see if you can still import both or only one. If only one works, what can the difference be except the name etc. 2) If they both import ok when they have

[web2py] Re: hi - im trying to import webpage but im getting wrong encoding

2019-02-15 Thread jonathan . clark
Hi, In what way is this a web2py question? On Friday, 15 February 2019 16:04:50 UTC, דביר ידעי wrote: > > hi, > this is the first time to publish here and the first time trying to user > python alone..:) > im trying to get content from url > > from urllib import request > > link = >

[web2py] Re: multiple grids per one page

2018-12-31 Thread jonathan . clark
Where is that warning? I also have multiple grids per page which work well. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message

[web2py] Re: Web2py 2.27.2 missing pg8000 driver for postgresql databases

2018-11-19 Thread jonathan . clark
Happy to say all I had to do was pip install --user pg8000. On Sunday, 18 November 2018 18:46:35 UTC, jonatha...@whatho.net wrote: > > Hi, > > In the past I have successfully used driver pg8000 to access postgresql > databases via the DAL. I have a live application now using web2py 2.16.1 > and

[web2py] Web2py 2.27.2 missing pg8000 driver for postgresql databases

2018-11-18 Thread jonathan . clark
Hi, In the past I have successfully used driver pg8000 to access postgresql databases via the DAL. I have a live application now using web2py 2.16.1 and it works fine. I'm just trying to deploy a new application, and by default I used the latest version of web2py i.e. 2.17.2 and it fails with