[web2py] Re: web2py broken with Python 3.8

2020-03-14 Thread villas
Hi Jim I think you are understanding it correctly, there isn't enough explicit info to give you enough reassurance.about moving to 3.8. I do not use 3.8 myself, but if Massimo says it works, then I assume it now does, but you still have to test your own app in your own environment. As you say,

[web2py] Re: web2py broken with Python 3.8

2020-03-13 Thread 'jim kaubisch' via web2py-users
Hi Villas, Then I'm confused... I've got 15k+ lines of reasonably complex web2py based Python 3.7.6 code. I'm thinking ahead to when it would be wise/necessary to migrate to 3.8 Massimo said "Both web2py and py4web are currently incompatible with python 3.8" (beginning of December) and later

[web2py] Re: web2py broken with Python 3.8

2020-03-12 Thread villas
web2py itself is designed to work on both versions of python. Perhaps it goes without saying, any code that you write yourself must be compatible with the python that you are targeting. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: web2py broken with Python 3.8

2020-03-12 Thread 'jim kaubisch' via web2py-users
Hi, How does one access the changes made in web2py to use Python 3.8? when I fire it up it tells me its up-to-date with 2.18.5-stable+timestamp.2019.04.08.04.22.03 I presume that version doesn't have the changes ?? Thanks On Friday, March 6, 2020 at 2:26:10 PM UTC-8, jim kaubisch wrote: > > W

[web2py] Re: web2py broken with Python 3.8

2020-03-06 Thread 'jim kaubisch' via web2py-users
What was the result of 3.8 for you when you tried it? On Wednesday, January 15, 2020 at 9:36:55 AM UTC-8, Woody wrote: > > Good news! I'll give it a try. > > On Friday, December 6, 2019 at 10:56:48 AM UTC-5, Woody wrote: >> >> web2py is broken with Python 3.8. I asked a question about this a few

[web2py] Re: web2py broken with Python 3.8

2020-01-15 Thread 'Woody' via web2py-users
Good news! I'll give it a try. On Friday, December 6, 2019 at 10:56:48 AM UTC-5, Woody wrote: > > web2py is broken with Python 3.8. I asked a question about this a few days > ago and was told that it would be fixed. Looking at the open issues for > w2p, I don't see open issues related to fixing

[web2py] Re: web2py broken with Python 3.8

2020-01-14 Thread Massimo Di Pierro
Works for me right now. On Monday, 6 January 2020 14:41:42 UTC-8, Woody wrote: > > Any update on when web2py will be compatible with Python 3.8? > > On Sunday, December 8, 2019 at 2:59:49 AM UTC-5, Massimo Di Pierro wrote: >> >> Both web2py and py4web are currently incompatible with python 3.8 bec

[web2py] Re: web2py broken with Python 3.8

2020-01-06 Thread 'Woody' via web2py-users
Any update on when web2py will be compatible with Python 3.8? On Sunday, December 8, 2019 at 2:59:49 AM UTC-5, Massimo Di Pierro wrote: > > Both web2py and py4web are currently incompatible with python 3.8 because > the latter break backward compatibility again. One of the issue is that > stream

[web2py] Re: web2py broken with Python 3.8

2019-12-08 Thread Massimo Di Pierro
Both web2py and py4web are currently incompatible with python 3.8 because the latter break backward compatibility again. One of the issue is that stream-like objects are now required to support more methods than they used to. Another issue I am trying to get to the bottom of has to do with pick