[web2py] Re: How to format the result of a sum()

2017-04-01 Thread mkerins
Thanks for this, but is there no way to apply this formatting in the controller? My views are very simple, with tables being rendered simply with {{=tbl}}, so unless I'm missing something, I don't think I really have any way to apply the DIV as you suggested. Thanks. On Friday, March 31, 2

[web2py] How to format the result of a sum()

2017-03-30 Thread mkerins
How does one apply formatting to a field which is not defined in a table, but rather the result of a sum() operation? Below, the field 'price' is formatted in the table definition as currency, and displays in forms with appropriate currency symbol and thousands separators. However, after the

[web2py] wcscpy_s error back in 2.9.4 release

2014-03-06 Thread mkerins
I just downloaded version 2.9.4 onto a Windows XP Professional Service Pack 3 machine and get the error "The procedure entry point wcscpy_s could not be located in the dynamic link library msvcrt.dll" when I execute web2py.exe -- Resources: - http://web2py.com - http://web2py.com/book (Document

[web2py] Re: gluon.main not part of Windows installation

2013-04-22 Thread mkerins
t; import gluon.main > > it fails with the error: > > [Sun Apr 21 00:27:54 2013] [error] [client 127.0.0.1] mod_wsgi (pid=1644): > Target WSGI script 'C:/Documents and Settings/mkerins/My > Documents/web2py/wsgihandler.py' cannot be loaded as Python module. > [

[web2py] Re: gluon.main not part of Windows installation

2013-04-21 Thread mkerins
: > > [Sun Apr 21 00:27:54 2013] [error] [client 127.0.0.1] mod_wsgi (pid=1644): > Target WSGI script 'C:/Documents and Settings/mkerins/My > Documents/web2py/wsgihandler.py' cannot be loaded as Python module. > [Sun Apr 21 00:27:54 2013] [error] [client 127.0.0.1] mod_wsg

[web2py] Re: gluon.main not part of Windows installation

2013-04-21 Thread mkerins
however, when > Apache loads wsgihandler.py and tries to execute the line: > > import gluon.main > > it fails with the error: > > [Sun Apr 21 00:27:54 2013] [error] [client 127.0.0.1] mod_wsgi (pid=1644): > Target WSGI script 'C:/Documents and Settings/mkerins/My &g

[web2py] gluon.main not part of Windows installation

2013-04-20 Thread mkerins
uments and Settings/mkerins/My Documents/web2py/wsgihandler.py' cannot be loaded as Python module. [Sun Apr 21 00:27:54 2013] [error] [client 127.0.0.1] mod_wsgi (pid=1644): Exception occurred processing WSGI script 'C:/Documents and Settings/mkerins/My Documents/web2py/wsgihandler.py'.

[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-12-14 Thread mkerins
Hi there... Was there a solution posted for this problem? On Sunday, 30 September 2012 00:03:41 UTC-5, nc wrote: > > I've encountered this problem too. I edited my app's controller/default.py > file from the admin interface, clicked on line 34, clicked "toggle > breakpoint", and got the me