[web2py] Re: web2py -> py4web

2024-07-21 Thread Massimo Di Pierro
Not true anymore. I will fix that.

On Tuesday 16 July 2024 at 23:17:49 UTC-7 Rowdy wrote:

> On 14/7/2024 12:10 pm, Massimo Di Pierro wrote:
> > Hello everybody,
> > 
> > You may have noticed I am not very active on this mailing list. That is 
> > mostly because I have been concentrating my energy on py4web which I 
> > think is must more modern and faster than web2py.
> > 
> > Once again I want to encourage you to move.
>
> Hi,
>
> At work we have moved away from a web2py solution to a Java solution.
>
> At home I still have a couple of small web2py apps running with Python 2 
> under Docker. No plans to update at this stage (to py4web or Python 3 - 
> the apps work fine as they are).
>
> On the py4web GitHub page, in the "Tell me more" section, it notes:
>
> "this is a work in progress and not stable yet but close to being stable"
>
> Is that still the case?
>
> Thanks for a great framework!
>
> Rowdy
>
>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/3a24e9e5-302f-4f08-b5f5-42c8c2f18b20n%40googlegroups.com.


Re: [web2py] Re: web2py -> py4web

2024-07-21 Thread Chitti Siva
Hi,

Why are you adding in this mail loop and why you reply on this mail. Please
remove my mail in this mail loop.

Thank & Regards,
Siva Chitti.

On Thu, 18 Jul, 2024, 6:57 pm xgp.l...@gmail.com, 
wrote:

> Hi Massimo.
>
> At the moment I haven't moved to py4web. I would like you to consider
> support for web2py until python 3.13 at least. I understand the hard work
> it takes, but keep in mind improvements on newer versions of python are
> worth it.
>
> Only using python 3.10+
> Not using GAE.
>
>
> Thanks your hard work always.
>
>
> El sábado, 13 de julio de 2024 a las 21:10:05 UTC-5, Massimo Di Pierro
> escribió:
>
>> Hello everybody,
>>
>> You may have noticed I am not very active on this mailing list. That is
>> mostly because I have been concentrating my energy on py4web which I think
>> is must more modern and faster than web2py.
>>
>> Once again I want to encourage you to move.
>> If you look at this page
>>
>>  https://py4web.com/#why
>>
>> You will find it to be very familiar:
>> - has an admin interface (called _dashboard)
>> - has an dbadmin interface
>> - same pyDAL
>> - same template language
>> - same helpers
>> - same session interface
>> - similar but better Form
>> - similar but better Grid (still evolving)
>> - different request object but compatible with bottlepy
>> - different auth logic but support for more Oauth2 services (github,
>> okta, facebook, etc.)
>> - different but similar background scheduler
>>
>> Here are some instructions about how to move from web2py to py4web
>>
>> web2py currently works for python2.7 and python3.7+ but they are using a
>> frozen version of pydal. This no longer works on Google App Engine. So how
>> do we fix it?
>>
>> I am considering the following:
>> - freezing web2py for Python 2.7 and stopping support.
>> - continuing limited support of web2py for python3.7+ and specifically
>> upgrade pydal for the lastest.
>> - upgrade pydal so that it continues to work on Google App Engine for
>> both web2py and py4web.
>>
>> My questions are: Is this worth it? Have people moved from python2.7 to
>> 3.7+ already? Are people here interested in continuing to use web2py with
>> GAE?
>>
>>
>> Massimo
>>
>>
>>
>> --
> 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 web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/7cf4cdd3-e91e-413d-9cbf-66cb54b69e2dn%40googlegroups.com
> 
> .
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAMJQDfd0bE7a5XUTW0Y1KVkvcL1QXwcQBkMgAMSE3B5xc%3DSpvg%40mail.gmail.com.


[web2py] Re: web2py -> py4web

2024-07-21 Thread Gaël Princivalle
Hello Massimo.

I'm still using for 5 Web2py applications with Python 2.7.
Developing is 2% of my time work, so I need a platform reliable and simple, 
Web2py is perfect for that.

I must begin a new application and I'll do it with py4web.

Thanks Massimo and to all the guys that have supported Web2py.
Anyway I hope to have in future some Web2py support if needed.
Il giorno domenica 14 luglio 2024 alle 04:10:05 UTC+2 Massimo Di Pierro ha 
scritto:

> Hello everybody,
>
> You may have noticed I am not very active on this mailing list. That is 
> mostly because I have been concentrating my energy on py4web which I think 
> is must more modern and faster than web2py.
>
> Once again I want to encourage you to move.
> If you look at this page
>
>  https://py4web.com/#why
>
> You will find it to be very familiar:
> - has an admin interface (called _dashboard)
> - has an dbadmin interface
> - same pyDAL
> - same template language
> - same helpers
> - same session interface
> - similar but better Form
> - similar but better Grid (still evolving)
> - different request object but compatible with bottlepy
> - different auth logic but support for more Oauth2 services (github, okta, 
> facebook, etc.)
> - different but similar background scheduler
>
> Here are some instructions about how to move from web2py to py4web
>
> web2py currently works for python2.7 and python3.7+ but they are using a 
> frozen version of pydal. This no longer works on Google App Engine. So how 
> do we fix it?
>
> I am considering the following:
> - freezing web2py for Python 2.7 and stopping support.
> - continuing limited support of web2py for python3.7+ and specifically 
> upgrade pydal for the lastest. 
> - upgrade pydal so that it continues to work on Google App Engine for both 
> web2py and py4web.
>
> My questions are: Is this worth it? Have people moved from python2.7 to 
> 3.7+ already? Are people here interested in continuing to use web2py with 
> GAE?
>  
>
> Massimo
>
>
>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/77381704-9c85-4f06-a730-0a82f4446141n%40googlegroups.com.


[web2py] Re: web2py -> py4web

2024-07-21 Thread Massimo Di Pierro
I encourage you at least to try run it to python 3 (probably only need to 
change the print statements if any at all).

On Sunday 21 July 2024 at 21:23:40 UTC-7 gaelpri...@gmail.com wrote:

> Hello Massimo.
>
> I'm still using for 5 Web2py applications with Python 2.7.
> Developing is 2% of my time work, so I need a platform reliable and 
> simple, Web2py is perfect for that.
>
> I must begin a new application and I'll do it with py4web.
>
> Thanks Massimo and to all the guys that have supported Web2py.
> Anyway I hope to have in future some Web2py support if needed.
> Il giorno domenica 14 luglio 2024 alle 04:10:05 UTC+2 Massimo Di Pierro ha 
> scritto:
>
>> Hello everybody,
>>
>> You may have noticed I am not very active on this mailing list. That is 
>> mostly because I have been concentrating my energy on py4web which I think 
>> is must more modern and faster than web2py.
>>
>> Once again I want to encourage you to move.
>> If you look at this page
>>
>>  https://py4web.com/#why
>>
>> You will find it to be very familiar:
>> - has an admin interface (called _dashboard)
>> - has an dbadmin interface
>> - same pyDAL
>> - same template language
>> - same helpers
>> - same session interface
>> - similar but better Form
>> - similar but better Grid (still evolving)
>> - different request object but compatible with bottlepy
>> - different auth logic but support for more Oauth2 services (github, 
>> okta, facebook, etc.)
>> - different but similar background scheduler
>>
>> Here are some instructions about how to move from web2py to py4web
>>
>> web2py currently works for python2.7 and python3.7+ but they are using a 
>> frozen version of pydal. This no longer works on Google App Engine. So how 
>> do we fix it?
>>
>> I am considering the following:
>> - freezing web2py for Python 2.7 and stopping support.
>> - continuing limited support of web2py for python3.7+ and specifically 
>> upgrade pydal for the lastest. 
>> - upgrade pydal so that it continues to work on Google App Engine for 
>> both web2py and py4web.
>>
>> My questions are: Is this worth it? Have people moved from python2.7 to 
>> 3.7+ already? Are people here interested in continuing to use web2py with 
>> GAE?
>>  
>>
>> Massimo
>>
>>
>>
>>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/a280edb2-f5da-43ae-96b4-6d2bcb5f0666n%40googlegroups.com.


[web2py] Re: web2py -> py4web

2024-07-21 Thread Massimo Di Pierro
I encourage you at least to try run it to python 3 (probably only need to 
change the print statements if any at all).

On Sunday 21 July 2024 at 21:23:40 UTC-7 gaelpri...@gmail.com wrote:

> Hello Massimo.
>
> I'm still using for 5 Web2py applications with Python 2.7.
> Developing is 2% of my time work, so I need a platform reliable and 
> simple, Web2py is perfect for that.
>
> I must begin a new application and I'll do it with py4web.
>
> Thanks Massimo and to all the guys that have supported Web2py.
> Anyway I hope to have in future some Web2py support if needed.
> Il giorno domenica 14 luglio 2024 alle 04:10:05 UTC+2 Massimo Di Pierro ha 
> scritto:
>
>> Hello everybody,
>>
>> You may have noticed I am not very active on this mailing list. That is 
>> mostly because I have been concentrating my energy on py4web which I think 
>> is must more modern and faster than web2py.
>>
>> Once again I want to encourage you to move.
>> If you look at this page
>>
>>  https://py4web.com/#why
>>
>> You will find it to be very familiar:
>> - has an admin interface (called _dashboard)
>> - has an dbadmin interface
>> - same pyDAL
>> - same template language
>> - same helpers
>> - same session interface
>> - similar but better Form
>> - similar but better Grid (still evolving)
>> - different request object but compatible with bottlepy
>> - different auth logic but support for more Oauth2 services (github, 
>> okta, facebook, etc.)
>> - different but similar background scheduler
>>
>> Here are some instructions about how to move from web2py to py4web
>>
>> web2py currently works for python2.7 and python3.7+ but they are using a 
>> frozen version of pydal. This no longer works on Google App Engine. So how 
>> do we fix it?
>>
>> I am considering the following:
>> - freezing web2py for Python 2.7 and stopping support.
>> - continuing limited support of web2py for python3.7+ and specifically 
>> upgrade pydal for the lastest. 
>> - upgrade pydal so that it continues to work on Google App Engine for 
>> both web2py and py4web.
>>
>> My questions are: Is this worth it? Have people moved from python2.7 to 
>> 3.7+ already? Are people here interested in continuing to use web2py with 
>> GAE?
>>  
>>
>> Massimo
>>
>>
>>
>>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/c23f65c1-4ad9-4792-9322-5827a23fe659n%40googlegroups.com.