[web2py] Re: No Version file in 3.0.8 or 3.0.9 as were in 2.x

2024-12-28 Thread 'jimka...@yahoo.com' via web2py-users
the v 2.24.1 web2py directory contained a simple text file called "VERSION" with the text "Version 2.24.1-stable+timestamp.2023.03.23.05.07.17" My application (and I'm sure others') looks for that file as part of its display of versions of various components as

[web2py] Re: Json-rpc (or REST) with JWT token auth in py4web - how?

2024-12-27 Thread Alexei Vinidiktov
web2py is very slow (according to a benchmark I've seen), and py4web is much faster, I'm interested in moving to py4web but I'm not sure how to handle the transition. My web2py app is used as a service layer communicating with the JavaScript frontend via json-rpc. It uses web2py

[web2py] Re: Json-rpc (or REST) with JWT token auth in py4web - how?

2024-12-25 Thread Massimo Di Pierro
Please ask the question on the py4web mailing list and I will provide an example there (may need to code it) On Sunday, 15 December 2024 at 21:28:42 UTC-8 vinid...@gmail.com wrote: > Hello, > > Since web2py is very slow (according to a benchmark I've seen), and py4web > is

[web2py] Re: No Version file in 3.0.8 or 3.0.9 as were in 2.x

2024-12-25 Thread Massimo Di Pierro
thon Version, web2py version, > last backup, etc > > Thanks > -- 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 y

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-21 Thread Massimo DiPierro
gt; https://github.com/web2py/rocket3/pull/5. You can easily apply it by > yourself on your web2py/gluon/packages/rocket3/rocket3/__init__.py file. > > [image: image.png] > > Please test it and report the result! > > Cheers, > Nico > > Il giorno ven 20 dic 2024 alle

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-21 Thread Nico Zanferrari
It took me another afternoon, but finally I've nailed down this nasty bug! It's just a wrong indentation on three lines of Rocket3, see https://github.com/web2py/rocket3/pull/5. You can easily apply it by yourself on your web2py/gluon/packages/rocket3/rocket3/__init__.py file. [image:

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-20 Thread Nico Zanferrari
om hangs, after a whole > afternoon downgrading and testing. > > It should be due to this PR > <https://github.com/web2py/web2py/commit/1d02ab568e7f3fba0c4a38e6e9bc1a051cb12a4d>, > that changed rocket with rocket3 . I'm attaching a fix (with the latest > web2py, just ove

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-20 Thread Nico Zanferrari
I think I've found the reason for the random hangs, after a whole afternoon downgrading and testing. It should be due to this PR <https://github.com/web2py/web2py/commit/1d02ab568e7f3fba0c4a38e6e9bc1a051cb12a4d>, that changed rocket with rocket3 . I'm attaching a fix (with the lat

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-17 Thread Nico Zanferrari
Hi, I've just release the new binaries (based on web2py 3.0.9 and python 3.12.7 + the latest pyinstaller) on https://github.com/nicozanf/web2py-pyinstaller. But be careful because the 3.x version of web2py is quite unstable on all O.S. - it hangs frequently, at least the admin app. There

[web2py] No Version file in 3.0.8 or 3.0.9 as were in 2.x

2024-12-16 Thread 'jimka...@yahoo.com&#x27; via web2py-users
Hi, Minor issue but my app looks for the file as part of displaying application Meta Data - e.g. App version, Python Version, web2py version, last backup, etc Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code

[web2py] Re: web2py 3.0.8 bug

2024-12-16 Thread Horst Horst
Thanks Simon! Py 3.12 indeed works. simon...@gmail.com schrieb am Freitag, 13. Dezember 2024 um 15:12:47 UTC+1: > cgi is removed in python 3.13. Web2Py was only tested in python 3.12, as > fas as I know. > > There is a legacy-cgi package on pypy that might help yo

[web2py] Json-rpc (or REST) with JWT token auth in py4web - how?

2024-12-15 Thread Alexei Vinidiktov
Hello, Since web2py is very slow (according to a benchmark I've seen), and py4web is much faster, I'm interested in moving to py4web but I'm not sure how to handle the transition. My web2py app is used as a service layer communicating with the JavaScript frontend via jso

[web2py] use of pickle and security

2024-12-14 Thread Massimo Di Pierro
Yesterday I was notified by ShellSecurity about what can be interpreted as a vulnerability in web2py. First of all I wish to thank them for professionally reporting about this issue. The vulnerability consists in the fact that web2py uses pickle to serialize/deserialize cache, sessions, and

[web2py] Re: web2py 3.0.8 bug

2024-12-13 Thread simon...@gmail.com
cgi is removed in python 3.13. Web2Py was only tested in python 3.12, as fas as I know. There is a legacy-cgi package on pypy that might help you: https://stackoverflow.com/questions/78635741/drop-in-replacement-for-the-cgi-module spamf...@gmail.com schrieb am Donnerstag, 12. Dezember 2024 um

[web2py] Re: web2py 3.0.8 bug

2024-12-12 Thread Horst Horst
m Python 2) seems to work by and large, although the local webserver at times stalls for up to half a minute (no errors; have not yet spent much time investigating). However, the website says "Future versions of web2py will require 3.9 or greater.". Which Python version am I supposed

[web2py] Re: web2py -> py4web

2024-12-07 Thread Massimo Di Pierro
responded in the other thread by I recommend asking those questions here https://groups.google.com/g/py4web On Saturday, 7 December 2024 at 11:08:35 UTC-8 lcham...@gmail.com wrote: > I've just come from web2py and I find the py4web doc very incomplete, even > for trivial things l

[web2py] Re: Need a tutorial on py4web

2024-12-07 Thread Massimo Di Pierro
low the doc but : > > 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

[web2py] Re: web2py -> py4web

2024-12-07 Thread lcham...@gmail.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] Re: Need a tutorial on py4web

2024-12-07 Thread lcham...@gmail.com
Sorry, i just start to move to py4web and if i follow the doc but : 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

[web2py] Re: web2py -> py4web

2024-12-06 Thread Alexei Vinidiktov
rd_id) On Monday, December 2, 2024 at 1:01:43 PM UTC+7 Massimo Di Pierro wrote: If you can provide a minimalist example of code you want to port, I can help convert it. On Sunday, 1 December 2024 at 19:53:17 UTC-8 vinid...@gmail.com wrote: Hello Massimo, Since web2py is very very slow (acco

[web2py] Re: converting from LDAP to SAML2 authentication

2024-12-05 Thread Frederick Yankowski
Thank you, Simon. I had started down a similar path and got stuck. I will use your code code as a basis to continue that work. On Thursday, December 5, 2024 at 8:57:26 AM UTC-6 simon...@gmail.com wrote: > Hello Fred, > > I had a legacy web2py app until recently that worked w

[web2py] Re: converting from LDAP to SAML2 authentication

2024-12-05 Thread simon...@gmail.com
Hello Fred, I had a legacy web2py app until recently that worked with SAML2 authentication and Azure AD as Identity Provider. In my particular case, all users already existed in my app, only authentication was handled via SAML2. The following example code was working in my app. I also

[web2py] converting from LDAP to SAML2 authentication

2024-12-04 Thread Frederick Yankowski
I have a legacy web2py app that's been using LDAP since 2010 when I created it. We are changing our IT systems to use SAML2 via OneLogin.com for authentication where possible and so I'd like to convert my app from from LDAP to SAML2 authentication. Can anyone provide some example

[web2py] web2py 3.0.8 bug

2024-12-03 Thread 'jimka...@yahoo.com&#x27; via web2py-users
Hi Massimo, Started moving to 3.08 literally a few minutes ago. The only change so far in what I downloaded from the web2py site is that I added my application to the application list. I'm trying Python3.12 on macOS Sequoia. When I try to run my app, the following error appears immedi

[web2py] Re: web2py -> py4web

2024-12-02 Thread Alexei Vinidiktov
On Sunday, 1 December 2024 at 19:53:17 UTC-8 vinid...@gmail.com wrote: > >> Hello Massimo, >> >> Since web2py is very very slow (according to a benchmark I've seen), I'm >> interested in moving to py4web but I'm not sure how to handle the >> tr

[web2py] Re: web2py 2.99.0-beta

2024-12-02 Thread simon...@gmail.com
I tested again in 3.0.8. The fix for the Exporter class in gluon/sqlhtml.py introduced a new error: 'DAL' object has no attribute 'compute' Version web2py™ Version 3.0.8-stable+timestamp.2024.12.01.23.08.05 Python Python 3.11.2: /home/web2py/myappenv/bin/uwsgi (prefix: /

[web2py] Re: web2py 3.0.8 is OUT

2024-12-02 Thread simon...@gmail.com
Hi Massimo, I am testing with Python 3.11 and so far, I found one bug in the admin-application: the view on todolist.load uses reduce() which is undefined: name 'reduce' is not defined Version web2py™ Version 3.0.8-stable+timestamp.2024.12.01.23.08.05 Python Python 3.11.2: /h

[web2py] web2py 3.0.8 is OUT

2024-12-01 Thread Massimo Di Pierro
existing apps. Please report anything that seems broken. Many thanks to everybody how has already helped and pushed for this overdue work. Massimo -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p

[web2py] Re: web2py -> py4web

2024-12-01 Thread Massimo Di Pierro
If you can provide a minimalist example of code you want to port, I can help convert it. On Sunday, 1 December 2024 at 19:53:17 UTC-8 vinid...@gmail.com wrote: > Hello Massimo, > > Since web2py is very very slow (according to a benchmark I've seen), I'm > interested i

[web2py] Re: web2py -> py4web

2024-12-01 Thread Alexei Vinidiktov
Hello Massimo, Since web2py is very very slow (according to a benchmark I've seen), I'm interested in moving to py4web but I'm not sure how to handle the transition. My web2py app is used as a service layer communicating with the JavaScript frontend via json-rpc. It uses we

[web2py] Re: https://web2py.com/book failing with internal error

2024-12-01 Thread Massimo Di Pierro
UTC-8 simon...@gmail.com wrote: > >> I pulled the latest source from github to test web2py 3.0.0 and there >> welcome and admin apps are broken. Maybe that's related? >> >> Clemens schrieb am Mittwoch, 27. November 2024 um 23:45:45 UTC+1: >> >>> I think

[web2py] Re: web2py 2.99.0-beta

2024-12-01 Thread Massimo Di Pierro
Can you please help test version 3.0.7. This port has been painful. On Thursday, 28 November 2024 at 03:43:13 UTC-8 simon...@gmail.com wrote: > I have a few legacy apps on web2py and I am testing them with Web2Py 3.0.0 > on py 3.11 (Debian 12). So far, I found two bugs: > >

[web2py] Re: https://web2py.com/book failing with internal error

2024-12-01 Thread Massimo Di Pierro
Can you please try again version 3.0.6? Also what python version are you using? On Thursday, 28 November 2024 at 00:49:05 UTC-8 simon...@gmail.com wrote: > I pulled the latest source from github to test web2py 3.0.0 and there > welcome and admin apps are broken. Maybe that

[web2py] Re: web2py 2.99.0-beta

2024-11-28 Thread simon...@gmail.com
I have a few legacy apps on web2py and I am testing them with Web2Py 3.0.0 on py 3.11 (Debian 12). So far, I found two bugs: 1) Error in ExportClass of sqlhtml.py when using rows.setvirtualfields(). It appears, "_extra" is no longer used by DAL: Traceback (most recent call last): F

[web2py] Re: https://web2py.com/book failing with internal error

2024-11-28 Thread simon...@gmail.com
I pulled the latest source from github to test web2py 3.0.0 and there welcome and admin apps are broken. Maybe that's related? Clemens schrieb am Mittwoch, 27. November 2024 um 23:45:45 UTC+1: > I think it's Massimo, but also think it's hosted on PythonAnywhere. > Th

[web2py] Re: https://web2py.com/book failing with internal error

2024-11-27 Thread Clemens
I think it's Massimo, but also think it's hosted on PythonAnywhere. Therefore, if there's a technical issue, they might be able to assist. Additionally, given that I don't anticipate updates to the web2py documentation, it seems likely that the issue could be technical in n

[web2py] Re: https://web2py.com/book failing with internal error

2024-11-27 Thread jonatha...@whatho.net
11:08:37 PM UTC+1 fre...@gmail.com wrote: > >> I can't seem to access the Web2py online book today. All attempts fail >> with "Internal error". >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sou

[web2py] Re: https://web2py.com/book failing with internal error

2024-11-27 Thread Clemens
Same for me. Does anyone know, who's the provider of the site? My guess is that it might be PythonAnywhere.com. Is there a way to contact them? On Tuesday, November 26, 2024 at 11:08:37 PM UTC+1 fre...@gmail.com wrote: > I can't seem to access the Web2py online book today. All

[web2py] https://web2py.com/book failing with internal error

2024-11-26 Thread Frederick Yankowski
I can't seem to access the Web2py online book today. All attempts fail with "Internal error". -- 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 I

[web2py] The JavaScript exception "variable is not defined"

2024-11-23 Thread Moe Shakeri
Hi all, I recently upgraded my application to Python 3.9 and it's now running on web2py 2.27. I had an issue with "LOAD with Ajax" where the dynamic content could not be rendered. I resolved this issue by replacing web2py.js in my app with the one in the welcome app and clearing th

[web2py] Re: web2py 2.99.0-beta

2024-11-17 Thread Massimo Di Pierro
While will make the transition easier, the increased overlap between the two products, means web2py (for python3) will be maintained better that it has ever been. :-) On Monday, 28 October 2024 at 19:41:50 UTC-7 ra...@tarkus.mx wrote: > Great, and sad news, at the same time. Web2py has b

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread Massimiliano
'color_id': > ('AGG',), 'cantidad': ('1',), 'criterio_id': ('6',), 'estado_id': (1,)} > > > Seems like adding a list to each of the fields. > > > Regards, > El viernes, 18 de octubre de 2024 a las 1:52:04 UT

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread xgp.l...@gmail.com
pqrs_id" ] = guardado_id, >>>> linea[ "referencia_id" ] = item["referencia_id"], >>>> linea[ "talla" ] = item["referencia_id"], >>>> linea[ "color_id" ] = item["color_id"], >>>> linea[ "

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread Massimiliano
, >>> linea[ "criterio_id" ] = item["criterio_id"], >>> linea[ "estado_id" ] = 1, >>> >>> How the line is created: >>> print( linea ) >>> {'pqrs_id': (43,), 'referencia_id': ('1',), '

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread xgp.l...@gmail.com
terio_id" ] = item["criterio_id"], >> linea[ "estado_id" ] = 1, >> >> How the line is created: >> print( linea ) >> {'pqrs_id': (43,), 'referencia_id': ('1',), 'talla': ('198',), >> &#

[web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread xgp.l...@gmail.com
: ('1',), 'talla': ('198',), 'color_id': ('AGG',), 'cantidad': ('1',), 'criterio_id': ('6',), 'estado_id': (1,)} Seems like adding a list to each of the fields. Regards, El viernes, 18 de octubr

[web2py] Re: web2py 2.99.0-beta

2024-10-28 Thread Raul Monares
Great, and sad news, at the same time. Web2py has been great for us. Time to develop new projects in py4web. On Sunday, October 27, 2024 at 9:32:05 PM UTC-6 Massimo Di Pierro wrote: > web2py 2.99-beta is out on github. The next release will be 3.0.0. > > What changed: > - support

[web2py] web2py 2.99.0-beta

2024-10-27 Thread Massimo Di Pierro
web2py 2.99-beta is out on github. The next release will be 3.0.0. What changed: - support for python 3 only, tested on 3.11 and 3.12 - upgraded rocket to the latest rocket3 - upgraded yatl to the latest - upgraded pydal to the latest specifically the latter dropped support for the Google

[web2py] Important! web2py forzen and master py3 only

2024-10-17 Thread Massimo Di Pierro
Hello everybody. As announced some time ago web2py for python 2 will be frozen to version 2.27.1. The latest master has been 100% ported to python3.11 and there is no more python2 code. It uses the latest yatl, latest pydal, latest pymysql. Many bugs have been fixed in the process and some

[web2py] Re: define_table fails with IS_IN_SET() -- barfs an exception

2024-10-17 Thread Dave S
riginalid" INTEGER, > "postdate" DATE > ); > > and the exception traceback shows > [...] > >- > >*File > > C:\Users\Dave\web2py_src\web2py_src-2.22.5\web2py\gluon\packages\dal\pydal\base.py > >in define_table at line

[web2py] define_table fails with IS_IN_SET() -- barfs an exception

2024-10-17 Thread Dave S
512), "tmpname" CHAR(512), "tmppext" CHAR(512), "tags" CHAR(), "originalid" INTEGER, "postdate" DATE ); and the exception traceback shows [...] - *File C:\Users\Dave\web2py_src\web2py_src-2.22.5\web2py\gluon\package

[web2py] button to cancel an SQLFORM

2024-10-07 Thread lucas
hello one and all, hopefully a quick solution. i added an input submit button to the list of buttons under the SQLFORM argument that has the _name="cancel". what is the best way to process that web2py does not validate or update the data record and allows to redirect without updatin

[web2py] Open Source RAD Dev Container Release for PY4WEB/WEB2PY and native Caprover Integration

2024-10-01 Thread Kevin Keller
Startup at the same time we want to also give back to the open source and PY4WEB / WEB2PY community. Your feedback would mean a lot to us, so that we can do this full time, enhancing our open source offerings and SaaS offering to make PY4WEB and WEB2PY development as productive as possible. Bt

[web2py] Re: web2py -> py4web

2024-09-15 Thread Massimo Di Pierro
I very much appreciate this kind of feedback. My support of web2py has been slow but it has not needed much. The fact is, if you are using python 2.7 with web2py my ability to improve web2py is limited by the python version before anything else. Moving from web2py + 2.7 to web2py + 3.11 is a

[web2py] Rocket thread exhaustion on timeouts

2024-09-06 Thread Dave S
ot;OK". This has been a problem for me for many versions of web2py, currently web2py™ Version 2.22.5-stable+timestamp.2022.06.04.18.13.51 Python Python 3.10.7 This seems to be related to log entries like Rocket.Errors.Thread-21 - ERROR - Tried to send "500 Server Error" to client but r

[web2py] Re: web2py -> py4web

2024-08-25 Thread Peter
I am not a professional developer and I understand others have to consider far greater risks in terms of any possible impact of errors and downtime but I wanted to add my two pence (cents) worth regarding my experience of upgrading to web2py to Python3! In 2016/17 I developed a web2py app

[web2py] Help Needed: 403 Error on File Upload in web2py Application on Windows Server with IIS

2024-08-22 Thread Silvian Cedru
Hello everyone, I’m encountering a persistent issue with my web2py application running on a Windows Server with IIS, and I’m hoping someone here might be able to help. *Issue:* Whenever I try to upload a file trough the FE of the application, I receive a 403 Forbidden error. I’ve gone

[web2py] Re: Web2py move to a new server resulted in this 'CommonDialect' object has no attribute 'eq'

2024-08-16 Thread Clemens
Hello Massimo, it seems, that an existing database was wrongly migrated, because with a fresh database, everything works fine! Thus, there is obviously no pydal problem and nothing to do for you :-) But thanks a lot for web2py and all your support!!! Best regards Clemens On Friday, August

[web2py] Re: Web2py move to a new server resulted in this 'CommonDialect' object has no attribute 'eq'

2024-08-16 Thread Clemens
Hello Massimo, is it possible that this problem rises again with the latest version, because I have exactly this problem after updating web2py to Version 2.27.1-stable+timestamp.2023.11.16.08.03.57 (Python 3.12.3: /usr/local/bin/uwsgi). ... requires=IS_IN_DB(db(db.node.classification

[web2py] SQLFORM ... overridng a widget

2024-08-10 Thread Dave S
f luck, or just missing a little percursive maintenance to make the autocomplete fit? /dps -- 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 t

[web2py] Re: Strange invalid function issue after renaming controller name

2024-08-06 Thread Raul Monares
b2py.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

[web2py] Strange invalid function issue after renaming controller name

2024-08-01 Thread at
elopment environment. Any suggestions on what might be causing this discrepancy? Thanks, AT -- 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

[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. > Devel

[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. > Devel

Re: [web2py] Re: web2py -> py4web

2024-07-21 Thread Chitti Siva
ke 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. > > &g

[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

[web2py] Re: web2py -> py4web

2024-07-21 Thread Massimo Di Pierro
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 ha

[web2py] Re: web2py -> py4web

2024-07-18 Thread xgp.l...@gmail.com
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

[web2py] Re: web2py -> py4web

2024-07-17 Thread Bruce Young
I'm using web2py for several projects. Thanks for everything. Moved to Python 3.11 Never used GAE Hopefully we will still get security updated for a while. Haven't moved to py4web because of lack of time, and frankly partly because of the admin interface. It's hard to get used

[web2py] Re: web2py -> py4web

2024-07-17 Thread Jim S
I have moved most everything to py4web except for 3 big apps. However, we are migrating our ERP to Odoo and then these web2py apps will no longer be needed. Hope to have Python 2.7 support in web2py through March of 2025. We should be off by then. That being said, I doubt I'll be downlo

[web2py] Re: web2py -> py4web

2024-07-16 Thread Rowdy
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

Re: [web2py] Re: web2py -> py4web

2024-07-16 Thread Carlos Correia
Hi, Moving to Python 3 is a must! As for Web2py I have several servers using it (one of them is an ERP) and I don't know when I will have time to move them to Py4web, so I beg you not to drop Web2py support. Best regards, Carlos Às 04:49 de 17/07/24, Massimo Di Pierro escreveu: It is

[web2py] Re: web2py -> py4web

2024-07-16 Thread Massimo Di Pierro
is 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. > > > I am interested in moving, but I keep leaving corners on my tuits. I >

Re: [web2py] web2py -> py4web

2024-07-16 Thread Mitsuhiro TSUDA
Hello Massimo. I am currently using the latest version of web2py with Python 3.7+ for more than a few services. Thanks to you and the web2py community. I have been using web2py for a long time. But I have never used web2py with GAE. I am interested in py4web and think I need to migrate from

[web2py] Re: web2py.com "Not Secure" wrong SSL Cert

2024-07-16 Thread Moe Shakeri
Hello I posted two conversions for a web2py upgrade issue but all needs approval from one of the admins. Appreciate if anyone could help .Thanks in advance. On Tuesday, July 9, 2024 at 2:27:24 PM UTC-7 Brian M wrote: > FYI - https://www.web2py.com is giving a "Not secure" wa

[web2py] Re: web2py -> py4web

2024-07-16 Thread Dave S
On Saturday, July 13, 2024 at 7:10:05 PM UTC-7 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

Re: [web2py] Re: web2py -> py4web

2024-07-15 Thread Christian Varas
Hi Massimo, In my case I have still one app in production using web2py, I haven’t migrated yet because is quite big. For the rest of my apps, are all migrated to py4web and they work so much faster :). In my opinion, drop the support of python 2.7 is recommended to avoid security issues, and also

[web2py] Re: web2py -> py4web

2024-07-15 Thread Brian M
I have a larger web2py app that would be a chore to migrate - hard to justify the time without clear incentives. It’s running Python 3.10 and not on GAE. Would be nice if there was at least some security updates. On Saturday, July 13, 2024 at 9:10:05 PM UTC-5 Massimo Di Pierro wrote: > He

[web2py] Re: web2py -> py4web

2024-07-14 Thread Raul Monares
Hi Massimo I have several web2py applications in production. Big systems that would be difficult to move to py4web as they are growing all the time. But we're using Python 3.8. Also, GAE is not relevant to us Web2py has been fantastic. On Sunday, July 14, 2024 at 2:11:23 AM UTC-6 Cl

[web2py] Re: web2py -> py4web

2024-07-14 Thread Clemens
Hello Massimo, I'm a vital web2py user with a 3 systems in production. I've moved to python 3.7+ (currently 3.8) a long time ago. I'm using postgres as database, thus for me GAE would not be relevant. But I'm really interested in any support and security updates of web2

[web2py] web2py -> py4web

2024-07-13 Thread Massimo Di Pierro
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

[web2py] Re: web2py.com "Not Secure" wrong SSL Cert

2024-07-13 Thread Massimo Di Pierro
2py.com > <http://www.web2py.com>*; its security certificate is from > **.pythonanywhere.com > <http://pythonanywhere.com>*. This may be caused by a misconfiguration or > an attacker intercepting your connection. > -- Resources: - http://web2py.com - http://web2py.com/

[web2py] web2py.com "Not Secure" wrong SSL Cert

2024-07-09 Thread Brian M
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

[web2py] Re: Transferring the whole database from a python 2.7 framework to 3.11 framework

2024-06-27 Thread Leonel Câmara
+1, villas escreveu: > There is not enough information here, but this seems like a DB problem > rather than a web2py code error. > You do not mention which DB. > It is not clear why you are re-building or importing to new tables etc. > When I upgraded (years ago), I do not recall

[web2py] hidden field on SQLForm

2024-06-20 Thread Diego Tostes
field hidden and with a default value equal trial_id Is it possible? rgds diego -- 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

[web2py] Re: Pandas/SqlAlchemy inserted record is not shown by DAL

2024-06-16 Thread Dave S
On Monday, June 10, 2024 at 1:04:12 PM UTC-7 clara wrote: Hi all, I have a web2py project in which I have used extensively pandas / sqlalchemy to read and write into the database. We have not created the models in web2py . Now, I am migrating to using DAL. I have migrated all read operations

[web2py] Pandas/SqlAlchemy inserted record is not shown by DAL

2024-06-10 Thread clara
Hi all, I have a web2py project in which I have used extensively pandas / sqlalchemy to read and write into the database. We have not created the models in web2py . Now, I am migrating to using DAL. I have migrated all read operations to use DAL and I am now working with the write operations

Re: [web2py] Re: Application Issues After MySQL Database Update

2024-06-01 Thread sandeep patel
DB. > BTW I am not very conversant with MySql and I only replied because you > have been waiting for 3 days. Hopefully, others will also make suggestions, > if they have any. > Best wishes > > On Monday 27 May 2024 at 15:39:04 UTC+1 patelsa...@gmail.com wrote: > >> Dear Web

[web2py] Re: 2.19.0 vs 2.27.1

2024-05-30 Thread villas
You should just try it, I imagine it would be OK, but you should probably do some work on updating that Bootstrap. It has been deprecated for a long time! On Monday 12 February 2024 at 16:12:05 UTC gaelpri...@gmail.com wrote: > Hello everybody. > > I've actually some insta

[web2py] Re: Transferring the whole database from a python 2.7 framework to 3.11 framework

2024-05-30 Thread villas
There is not enough information here, but this seems like a DB problem rather than a web2py code error. You do not mention which DB. It is not clear why you are re-building or importing to new tables etc. When I upgraded (years ago), I do not recall touching my DB at all (Firebird). On

[web2py] Re: Application Issues After MySQL Database Update

2024-05-30 Thread villas
wrote: > Dear Web2py Community, > > I hope this message finds you well. > > I am reaching out to seek your assistance regarding an issue I am > experiencing with my application. After updating the database version from > MySQL 5.7 to MySQL 8.0.35, my application has encoun

[web2py] Application Issues After MySQL Database Update

2024-05-27 Thread patelsa...@gmail.com
Dear Web2py Community, I hope this message finds you well. I am reaching out to seek your assistance regarding an issue I am experiencing with my application. After updating the database version from MySQL 5.7 to MySQL 8.0.35, my application has encountered problems and is no longer

[web2py] Transferring the whole database from a python 2.7 framework to 3.11 framework

2024-05-22 Thread mostwanted
://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

[web2py] Fwd: (DRAFT) Beta Launch of Cloud Developmet Platform with Support for PY4WEB, WEB2PY, EMMETT and others

2024-05-10 Thread Kevin Keller
Hello everyone, We (John and I) would like to invite you to try our Cloud Development Platform, which we call WEBSSON <https://portal.fineupp.com/websson/>, which lets you create PY4WEB, WEB2PY and EMMETT environments fully hosted in the Cloud in a matter of clicks and use a Cloud

[web2py] Re: admin table query focus

2024-05-10 Thread Raul Monares
e in the forum. > > I finally figured out a way to fix that ... the following change puts the > focus on the query box of the table admin form. Line numbers are from the > 2.22.5 release, but should be close for other recent versions. > > File: .../web2py/applications/myapp/*contr

[web2py] admin table query focus

2024-04-23 Thread Dave S
query box of the table admin form. Line numbers are from the 2.22.5 release, but should be close for other recent versions. File: .../web2py/applications/myapp/*controllers/appadmin.py:* lines 226-230 before: form = FORM(TABLE(TR(T('Query:'), '', INPUT(_style='width

[web2py] Re: Incorrect archive/restore behavior?

2024-04-11 Thread 'jimka...@yahoo.com&#x27; via web2py-users
I've been working on this for a while now off and on and have, I believe, fixed the web2py gluon code bugs to correct this problem. I filed my fix here - https://github.com/web2py/web2py/issues/2483 <http://GitHub%20web2py%20issues> On Wednesday, January 17, 2024 at 3:28:37 PM

Re: [web2py] web2py AWS cognito authentication

2024-02-29 Thread Silvian Cedru
responds with a Token. > > > > > -- 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 th

[web2py] Re: web2py website

2024-02-29 Thread Dave S
On Wednesday, February 21, 2024 at 11:29:07 AM UTC-8 syna...@gmail.com wrote: Will the web2py website be getting a refresh anytime? That award badge - it's from 14 years ago. web2py is in maintenance mode. Spiffing up the website isn't an important sales tool. Here's hop

[web2py] Re: 2.19.0 vs 2.27.1

2024-02-29 Thread Dave S
On Monday, February 12, 2024 at 8:12:05 AM UTC-8 gaelpri...@gmail.com wrote: Hello everybody. I've actually some instances of web2py running with the 2.19.0 version. 0 problems, thank you web2py. One of these is this one: https://www.hydrover.it/ It uses the web2py grid, Bootstrap 2.3.

  1   2   3   4   5   6   7   8   9   10   >