Re: [web2py] PYTHON 3

2018-02-14 Thread Anthony
On Wednesday, February 14, 2018 at 11:13:35 AM UTC-5, Ramos wrote: > > But appadmin.py is not my code... > Sorry, didn't notice that was in appadmin.py. But the same principle applies -- appadmin.py is a controller within your app, so when you upgrade the framework, you must also upgrade appadmi

Re: [web2py] PYTHON 3

2018-02-14 Thread António Ramos
But appadmin.py is not my code... i got another error after fixing appadmin.py exception error. [image: Imagem inline 1] 2018-02-14 15:52 GMT+00:00 Anthony : > If you are running an app under Python 3, then the app code itself must be > valid Python 3 code. Under Python 3, your code should be:

Re: [web2py] PYTHON 3

2018-02-14 Thread Anthony
If you are running an app under Python 3, then the app code itself must be valid Python 3 code. Under Python 3, your code should be: except Exception as e: If you are seeing errors in your app code, there's a good chance the problem is that your old Python 2 code is no longer valid in Python 3.

Re: [web2py] PYTHON 3

2018-02-14 Thread António Ramos
got an error with python 3.6 Any help? [image: Imagem inline 1] 2018-02-12 20:59 GMT+00:00 LoveWeb2py : > With that said, Thank you for all of your hard work and to all the > contributors for making such a wonderful framework. :) > > > On Monday, February 12, 2018 at 3:58:30 PM UTC-5, LoveWeb2py

Re: [web2py] PYTHON 3

2018-02-12 Thread LoveWeb2py
With that said, Thank you for all of your hard work and to all the contributors for making such a wonderful framework. :) On Monday, February 12, 2018 at 3:58:30 PM UTC-5, LoveWeb2py wrote: > > Makes sense, Anthony. Please don't ever call anything web3py. It doesn't > make any sense and all new

Re: [web2py] PYTHON 3

2018-02-12 Thread LoveWeb2py
Makes sense, Anthony. Please don't ever call anything web3py. It doesn't make any sense and all new users won't understand what it means. If you want to have a brainstorming session I'd be happy to help. I bet all the users on this forum have a lot of great ideas!! On Monday, February 12, 2018

Re: [web2py] PYTHON 3

2018-02-12 Thread Anthony
On Sunday, February 11, 2018 at 4:10:45 PM UTC-5, Carlos Cesar Caballero wrote: > > > > PS: For the love of all that's holy, please don't name it web3py. > The name "web3py" was just a placeholder name for a completely new framework -- it was not intended to be the name for web2py with Python

Re: [web2py] PYTHON 3

2018-02-11 Thread Carlos Cesar Caballero Díaz
PS: For the love of all that's holy, please don't name it web3py. :) -- 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 becaus

Re: [web2py] Python 3 is catching up to us...

2012-06-21 Thread LightDot
Luckily, it is now :) Red Hat EL = Scientific linux = CentOS version 5.x has python 2.4.3 version 6.x has python 2.6.6 Fedora 17 has python 2.7.3, while 3.x can be installed in parallel since Fedora 13. Just to note for anyone not aware how Red Hat works, all these older python versions get se

Re: [web2py] Python 3 is catching up to us...

2012-06-21 Thread Ralo Tannahill
CENTOS 6 (released in 2011) has python 2.6.6 Regards On Thursday, 21 June 2012 08:39:52 UTC+2, Manuele wrote: > > Il 21/06/2012 07:30, Jason (spot) Brower ha scritto: > > Not a big deal still at this point but wanted to point out: > > > http://www.noobslab.com/2012/06/ubuntu-1210-quantal-quetz

Re: [web2py] Python 3 is catching up to us...

2012-06-20 Thread Manuele Pesenti
Il 21/06/2012 07:30, Jason (spot) Brower ha scritto: Not a big deal still at this point but wanted to point out: http://www.noobslab.com/2012/06/ubuntu-1210-quantal-quetzal-alpha-1-is.html Python 2 will not be in Ubuntu by default anymore. BR, Jason well I agree but you're in the same situation i

Re: [web2py] Python 3 and the future of web2py

2011-07-12 Thread LightDot
Also, python 2.6.5 is in RHEL 6 / SL 6 / CentOS 6, which many linux hosting/VPS companies will be using for years to come.

Re: [web2py] Python 3 and the future of web2py

2011-07-12 Thread pbreit
I suspect 2.6 is going to be popular for some time since that's what's in the current Ubuntu LTS (10.04).

Re: [web2py] Python 3 and the future of web2py

2011-07-12 Thread Ross Peoples
I know that Python 2.5 is the officially supported Python version of web2py, but I've been coding all of my stuff with the assumption that this will eventually change to Python 2.6, or even 2.7. I have applications running on both 2.6 and 2.7 in production. But since I'm using Ubuntu 10.04 Serve

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread cjrh
On Tuesday, July 12, 2011 12:29:19 AM UTC+2, Jonathan Lundell wrote: > > P3 needs some killer feature to motivate a migration, seems to me. > Especially when we're hearing from web2py users who need/want to stick with > 2.4… > I think there are *many* Pythonistas with that view. I suppose that

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread Jonathan Lundell
On Jul 11, 2011, at 1:38 PM, cjrh wrote: > I just realized you asked about Python 3 not 3.2! The stuff I posted was the > delta from 3.1 to 3.2 only. To see what changes from 2 to 3, read here > (isn't too long, worth skimming at the very least): > http://docs.python.org/py3k/whatsnew/3.0.ht

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread cjrh
I just realized you asked about Python *3* not 3.2! The stuff I posted was the delta from 3.1 to 3.2 only. To see what changes from 2 to 3, read here (isn't too long, worth skimming at the very least): http://docs.python.org/py3k/whatsnew/3.0.html

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread cjrh
Oh, I also watched a video from PyCon: the dictionary-based logging system is supposed to be the final word on how to do Python logging for all apps and users. Apparently there were a lot of custom-made in-house logging systems for many different projects, and they tried to make one to replace

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread cjrh
http://www.python.org/download/releases/3.2.1/ I highlighted the ones I am interested in below: - numerous improvements to the unittest module - PEP 3147 , support for .pyc repository directories - PEP 3149

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread Jonathan Lundell
On Jul 11, 2011, at 6:32 AM, Francisco Costa wrote: > > I read this on the announcement of the latest Python release: > http://www.python.org/download/releases/3.2.1/ > > "Since the final release of Python 2.7, the 2.x line will only receive > bugfixes, and new features are developed for 3.x only

Re: [web2py] Python 3 and the future of web2py

2011-07-11 Thread Ovidio Marinho
Hello Men's, still do not control everything that can offer web2py with Python 2.7, and I think we can not worry about versions, the important features are present, we need to master well web2py, python Guido cares about him. Ovidio Marinho Falcao Neto ovidio...@gmail.com