Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
web2py-users
Conversations
Labels
About
web2py-users
1–30 of 34877
Mark all as read
Report abusive group
0 selected
Dave S
Sep 15
Does SQLFORM support "onvalidation"?
Short answer: YES I was having trouble with "onvalidation" ... the code didn't seem to
unread,
Does SQLFORM support "onvalidation"?
Short answer: YES I was having trouble with "onvalidation" ... the code didn't seem to
Sep 15
xgp.l...@gmail.com
3
Sep 14
3.11 issues
Hi, Now im running into other issues: cannot import name 'FDPF' from 'fpdf' (unknown
unread,
3.11 issues
Hi, Now im running into other issues: cannot import name 'FDPF' from 'fpdf' (unknown
Sep 14
jays...@gmail.com
, …
Niphlod
5
Sep 8
pyodbc error on windows machine
just as an off chance thing .... what's the default language of the user ? never had troubles
unread,
pyodbc error on windows machine
just as an off chance thing .... what's the default language of the user ? never had troubles
Sep 8
António Ramos
, …
Clemens
18
Sep 3
administrator login with 2fa
Well, having a method reporting problems is great. My solution is primarily pragmatic: In case move
unread,
administrator login with 2fa
Well, having a method reporting problems is great. My solution is primarily pragmatic: In case move
Sep 3
Davidiam
,
Dave S
2
Aug 31
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\Data\\XYZ\\applications\\MyApp\\private\\app.log'
On Wednesday, August 23, 2023 at 9:55:49 PM UTC-7 david....@gmail.com wrote: We have activated
unread,
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\Data\\XYZ\\applications\\MyApp\\private\\app.log'
On Wednesday, August 23, 2023 at 9:55:49 PM UTC-7 david....@gmail.com wrote: We have activated
Aug 31
mostwanted
Aug 22
Failing to download search results as csv
Hi guys, i need help downloading results as csv, i am failing dismally I dont know what to do After
unread,
Failing to download search results as csv
Hi guys, i need help downloading results as csv, i am failing dismally I dont know what to do After
Aug 22
Douglas Krueger
2
Aug 21
Trying to run from command line - where is web2py.py?
nevamind, I found it in the source download, duh On Monday, August 21, 2023 at 1:42:25 PM UTC-4
unread,
Trying to run from command line - where is web2py.py?
nevamind, I found it in the source download, duh On Monday, August 21, 2023 at 1:42:25 PM UTC-4
Aug 21
mostwanted
,
Clemens
3
Aug 20
Extracting just submitted details in a redirect
I managed to get it going, thanks for highlighting that mistake form=SQLFORM(db.store_registration)
unread,
Extracting just submitted details in a redirect
I managed to get it going, thanks for highlighting that mistake form=SQLFORM(db.store_registration)
Aug 20
Jeff Plata
, …
Jim S
8
Aug 14
Possible bug with SQLFORM.grid search and order
@doug - I would highly recommend looking at py4web over web2py. web2py is a fantastic tool, but seems
unread,
Possible bug with SQLFORM.grid search and order
@doug - I would highly recommend looking at py4web over web2py. web2py is a fantastic tool, but seems
Aug 14
Douglas Krueger
2
Aug 12
Linkto and Fields Mutually Exclusive
I found Massimo's videos from 10 years ago! Reading the Web2py book first was like figuring out
unread,
Linkto and Fields Mutually Exclusive
I found Massimo's videos from 10 years ago! Reading the Web2py book first was like figuring out
Aug 12
Douglas Krueger
Aug 11
Is linkto and fields mutually exclusive?
First attempt with Wep2py, going through the book, on chapter 7 and stuck getting both the linkto
unread,
Is linkto and fields mutually exclusive?
First attempt with Wep2py, going through the book, on chapter 7 and stuck getting both the linkto
Aug 11
Jeff Plata
Jul 31
Where to read change log for web2py
Where to read change log for web2py? Changes from version to version or what's new.
unread,
Where to read change log for web2py
Where to read change log for web2py? Changes from version to version or what's new.
Jul 31
Jeff Plata
,
Clemens
2
Jul 27
Attribute name with a dash character using helpers
cf http://www.web2py.com/books/default/chapter/29/05/the-views#HTML-helpers Notice that helper
unread,
Attribute name with a dash character using helpers
cf http://www.web2py.com/books/default/chapter/29/05/the-views#HTML-helpers Notice that helper
Jul 27
Rick
2
Jul 17
Call def with arguments from html view
I tried a work-around by making a module-file, but it doesn't work. Thanks in advance for ideas!
unread,
Call def with arguments from html view
I tried a work-around by making a module-file, but it doesn't work. Thanks in advance for ideas!
Jul 17
Rick
,
Massimiliano
6
Jul 8
How to insert rows in a database from a html page in web2py?
Thank you for pointing out that there was an issue with the database. After deleting the content of
unread,
How to insert rows in a database from a html page in web2py?
Thank you for pointing out that there was an issue with the database. After deleting the content of
Jul 8
Lisandro
Jun 23
Error in gluon parse_all_vars(): TypeError: write() argument must be str, not bytes
I'm running web2py Version 2.24.1-stable+timestamp.2023.03.23.05.07.17 with Python3.9 on Linux
unread,
Error in gluon parse_all_vars(): TypeError: write() argument must be str, not bytes
I'm running web2py Version 2.24.1-stable+timestamp.2023.03.23.05.07.17 with Python3.9 on Linux
Jun 23
Lisandro
,
Massimiliano
4
Jun 22
Scheduler error on last stable web2py version 2.24.1
I've posted an issue and I've already proposed a small fix and made a pull request :) El
unread,
Scheduler error on last stable web2py version 2.24.1
I've posted an issue and I've already proposed a small fix and made a pull request :) El
Jun 22
Dragan Matic
,
Massimiliano
2
Jun 21
is it possible to do something like SELECT column1, column2 is null FROM table.. in DAL?
PyDal doen't implements is_null, but you can try something like that t = db.yourtable exp =
unread,
is it possible to do something like SELECT column1, column2 is null FROM table.. in DAL?
PyDal doen't implements is_null, but you can try something like that t = db.yourtable exp =
Jun 21
vald...@gmail.com
, …
Tom Clerckx
19
Jun 1
Why am I getting "unable to import requests" in web2py even though requests is accessible directly through python
Hey guys, Apparently this is due to a "a buggy interaction between web2py's custom importer
unread,
Why am I getting "unable to import requests" in web2py even though requests is accessible directly through python
Hey guys, Apparently this is due to a "a buggy interaction between web2py's custom importer
Jun 1
Davidiam
May 25
Does anyone know why exceptions are not always passed up the call stack when running a script from the web2py shell?
2.22.5-stable+timestamp.2022.06.04.18.13.51 (Running on Microsoft-IIS/10.0, Python 3.9.13) I am
unread,
Does anyone know why exceptions are not always passed up the call stack when running a script from the web2py shell?
2.22.5-stable+timestamp.2022.06.04.18.13.51 (Running on Microsoft-IIS/10.0, Python 3.9.13) I am
May 25
Jeff Plata
,
Leonel Câmara
2
May 18
Remove an element from SQLFORM.grid
You can do grid.elements('thead', replace=None) A quarta-feira, 17 de maio de 2023 à(s) 12:30
unread,
Remove an element from SQLFORM.grid
You can do grid.elements('thead', replace=None) A quarta-feira, 17 de maio de 2023 à(s) 12:30
May 18
Lisandro
,
Dave S
4
May 16
Error with redis and web2py 2.24.1: Invalid input of type: 'NoneType'. Convert to a bytes, string, int or float first.
I've done some more investigation regarding this error. Apparently, the error "redis.
unread,
Error with redis and web2py 2.24.1: Invalid input of type: 'NoneType'. Convert to a bytes, string, int or float first.
I've done some more investigation regarding this error. Apparently, the error "redis.
May 16
Dave S
,
Jim S
4
May 9
Exceptional oddity in query processing
On Monday, May 8, 2023 at 4:33:42 AM UTC-7 Jim S wrote: I think you want r = (db.badlist.PostDate !=
unread,
Exceptional oddity in query processing
On Monday, May 8, 2023 at 4:33:42 AM UTC-7 Jim S wrote: I think you want r = (db.badlist.PostDate !=
May 9
Dave S
3
May 7
Messy views in Chrome after crash
On Saturday, May 6, 2023 at 4:33:08 PM UTC-7 Dave S wrote: Weird copy-paste error on the first
unread,
Messy views in Chrome after crash
On Saturday, May 6, 2023 at 4:33:08 PM UTC-7 Dave S wrote: Weird copy-paste error on the first
May 7
Massimo Di Pierro
, …
Peter
4
May 7
web2py 2.24.1 released
Thanks četvrtak, 23. mart 2023. u 06:20:20 UTC+1 Massimo Di Pierro je napisao/la: Hello everybody,
unread,
web2py 2.24.1 released
Thanks četvrtak, 23. mart 2023. u 06:20:20 UTC+1 Massimo Di Pierro je napisao/la: Hello everybody,
May 7
Jeff Plata
, …
Leonel Câmara
7
Apr 5
Is it possible to change the boolean field widget from checkbox to option with yes and no?
After further tests, this model worked for me eventually: Field("is_active", "boolean
unread,
Is it possible to change the boolean field widget from checkbox to option with yes and no?
After further tests, this model worked for me eventually: Field("is_active", "boolean
Apr 5
mostwanted
,
Leonel Câmara
3
Mar 30
Failing to display details only for member groups
Worked like a charm, thank you Leonel On Wednesday, March 29, 2023 at 7:33:49 PM UTC+2 Leonel Câmara
unread,
Failing to display details only for member groups
Worked like a charm, thank you Leonel On Wednesday, March 29, 2023 at 7:33:49 PM UTC+2 Leonel Câmara
Mar 30
mostwanted
,
Leonel Câmara
5
Mar 29
Unable to calculate values of a selected Index
Thank you On Wednesday, March 29, 2023 at 11:11:57 AM UTC+2 Leonel Câmara wrote: That's a good
unread,
Unable to calculate values of a selected Index
Thank you On Wednesday, March 29, 2023 at 11:11:57 AM UTC+2 Leonel Câmara wrote: That's a good
Mar 29
Geo
,
Leonel Câmara
2
Mar 28
MULTI_USER_MODE setup error
Can't really help you without looking at some application code as I have no idea what techer/
unread,
MULTI_USER_MODE setup error
Can't really help you without looking at some application code as I have no idea what techer/
Mar 28
lucas
,
Leonel Câmara
3
Mar 23
after Lost Password onaccept
thank you, that worked great. both suggestions. lucas On Thursday, March 23, 2023 at 8:00:11 AM UTC-4
unread,
after Lost Password onaccept
thank you, that worked great. both suggestions. lucas On Thursday, March 23, 2023 at 8:00:11 AM UTC-4
Mar 23