[web2py] Can't open sqlite3 databases.

2021-01-03 Thread 'Woody' via web2py-users
I updated to Python 3.9 using w2p 2.20.4 and now I'm getting errors opening sqlite3 databases. This is on an application that had been stable for a long time. Is there a compatibility problem with python 3.9? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://g

Re: [web2py] Re: Web2py with python 3.8.5

2021-01-03 Thread 'jimka...@yahoo.com' via web2py-users
While investigating 3.8 issues, should also be aware of the following - "3.9.1 is the first version of Python to support macOS 11 Big Sur." as per https://www.python.org/downloads/release/python-391/ On Sunday, January 3, 2021 at 1:20:45 AM UTC-8 serge.bo...@gmail.com wrote: > Hello, > I'm try

Re: [web2py] Re: Web2py with python 3.8.5

2021-01-03 Thread Serge Bourgeois
Hello, I'm trying to convert my web2py apps to Ubuntu 20.4 / apache2/wsgi using python 3.8.5, and as I'm not an IT expert, the only way I found was to change the import instructions in a series of modules. I am aware I shouldn't do this, but I couldn't find any alternative... I would apreciate