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 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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
/
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
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
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
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
'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
pqrs_id" ] = guardado_id,
>>>> linea[ "referencia_id" ] = item["referencia_id"],
>>>> linea[ "talla" ] = item["referencia_id"],
>>>> linea[ "color_id" ] = item["color_id"],
>>>> linea[ "
,
>>> linea[ "criterio_id" ] = item["criterio_id"],
>>> linea[ "estado_id" ] = 1,
>>>
>>> How the line is created:
>>> print( linea )
>>> {'pqrs_id': (43,), 'referencia_id': ('1',), '
terio_id" ] = item["criterio_id"],
>> linea[ "estado_id" ] = 1,
>>
>> How the line is created:
>> print( linea )
>> {'pqrs_id': (43,), 'referencia_id': ('1',), 'talla': ('198',),
>>
: ('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
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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.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
+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
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
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
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
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
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
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
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
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.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
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
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
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
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
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
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
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 - 100 of 174924 matches
Mail list logo