--
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/6794728c-4c38-4826-ad07-d7b9827d0585n%40googlegroups.com.
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.
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/aaad81f2-7268-4ee3-9ffa-1f61289ab4bbn%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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/864dbbf4-e98e-4efe-a225-e28546e071afn%40googlegroups.com.
-- Com os melhores cumprimentos, Carlos Correia ========================= MEMÓRIA PERSISTENTE GSM: 917 157 146 (Signal) e-mail: ge...@memoriapersistente.pt URL: http://www.memoriapersistente.pt
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.
--
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/7cf4cdd3-e91e-413d-9cbf-66cb54b69e2dn%40googlegroups.com.
I've just come from web2py and I find the py4web doc very incomplete, even for trivial things like:
if you create an application from scaffold, well, you have a set of files and you have to write your functions in controllers.py, but you don't know why. If you try to create (as in web2py) a toto.py, well, py4web never finds it. If you want to take code from examples, well, how do you do it? .... etc.