[web2py:36108] Re: Customizing HTML output of forms

2009-11-27 Thread Julian Yap
> On Fri, Nov 27, 2009 at 6:09 PM, Julian Yap wrote: > >> Is it possible to use custom forms without SQLFORM according to my >> original post requirements ? >> >> Thanks. >> >> On 11/27/09, Thadeus Burgess wrote: >> > tis only with SQLFORM

[web2py:36095] Re: Customizing HTML output of forms

2009-11-27 Thread Julian Yap
hadeus > > > > > On Fri, Nov 27, 2009 at 4:37 PM, Julian Yap wrote: > >> When try this in the form: >> {{=form.custom.widget.name}} >> >> I get this error: >> AttributeError: 'FORM' object has no attribute 'custom' >> &g

[web2py:36083] Re: Customizing HTML output of forms

2009-11-27 Thread Julian Yap
nk memorized by now ;) > > -Thadeus > > On Fri, Nov 27, 2009 at 4:08 AM, Julian Yap wrote: > > When using {{=form}} in views, I want to customize the output so it's > > more tabular.  Right now, the output all just flows on one line. > > > Example controller

[web2py:36071] Customizing HTML output of forms

2009-11-27 Thread Julian Yap
When using {{=form}} in views, I want to customize the output so it's more tabular. Right now, the output all just flows on one line. Example controller: def form1(): form = FORM('Name: ', INPUT(_name='name', value=session.name), 'To Address: ', INPUT(_name='to_address', requires=

[web2py:35794] Re: Can't load web2py GAE on version 1.72.3

2009-11-22 Thread Julian Yap
Thanks Massimo. I wasn't aware Python 2.5 required for GAE. On Nov 22, 5:21 am, mdipierro wrote: > The error is > > /usr/lib64/python2.6/uuid.py > > I think you are runn dev_appserver with python2.6 but you should be > using 2.5. > > Massimo > > On Nov 22, 5

[web2py:35785] Can't load web2py GAE on version 1.72.3

2009-11-22 Thread Julian Yap
Is it me or is this issue happening again? Running GAE 1.2.7 and latest web2py from SVN. $ google_appengine/dev_appserver.py web2py_svn/ /home/me/google_appengine/google/appengine/tools/appcfg.py:41: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha /h