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 <[email protected]>: > 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. > There are tools to help you update your code to Python 3. > > Anthony > > > On Wednesday, February 14, 2018 at 10:40:10 AM UTC-5, Ramos wrote: >> >> got an error with python 3.6 >> Any help? >> >> [image: Imagem inline 1] >> >> 2018-02-12 20:59 GMT+00:00 LoveWeb2py <[email protected]>: >> >>> 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 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 at 3:44:13 PM UTC-5, Anthony wrote: >>>>> >>>>> 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 3 >>>>> support. >>>>> >>>>> Anthony >>>>> >>>> -- >>> 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 because you are subscribed to the Google >>> Groups "web2py-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

