Another one:
In the "Views" chapter
{{=DIV(B(I("hello ", ""))), _class="myclass")}}
should be
{{=DIV(B(I("hello ", "")), _class="myclass")}}
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)
in chapter 6, at the section talking about "Copy data from one db into
another"
db = DAL('postgresql://username:password@hocalhost/mydb')
Probably meant
db = DAL('postgres://username:password@localhost/mydb')
No! Forget it... My error!
On Mon, Dec 6, 2010 at 4:40 PM, Richard Vézina
wrote:
> Hello,
>
> There is a little typo in the book :
>
> http://www.web2py.com/book/default/chapter/04#T-and-Internationalization
>
> Example 5 :
>
>
> T("blah %(name)s blah") % dict(name='Tim')
>
> I think it should :
Hello,
There is a little typo in the book :
http://www.web2py.com/book/default/chapter/04#T-and-Internationalization
Example 5 :
T("blah %(name)s blah") % dict(name='Tim')
I think it should :
T("blah %(name)s blah") % dict(name='Tim'))
Richard
I wasn't sure if this should be posted to the book as a comment or
added here. If this should go in the book I can add it there.
In section 3.6 of the online book when editing db.py I believe there
is a typo on line 16. When I enter the code shown in my app I receive
the following error:
Sy
5 matches
Mail list logo